Next returns the channel through which the next session ticket keys will be transmitted until doneChan is closed. Keys should be sent on keysChan as they are updated. When doneChan is closed, any resources allocated in Initialize() must be cleaned up.
(doneChan <-chan struct{})
| 237 | // When doneChan is closed, any resources allocated in |
| 238 | // Initialize() must be cleaned up. |
| 239 | Next(doneChan <-chan struct{}) (keysChan <-chan [][32]byte) |
| 240 | } |
| 241 | |
| 242 | const ( |
no outgoing calls