flynn / noise

Go implementation of the Noise Protocol Framework

Home Page:https://noiseprotocol.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add CipherState Rekey

david415 opened this issue · comments

as per latest noise spec section 5.1 the CipherState should have a Rekey:
http://noiseprotocol.org/noise.html#the-cipherstate-object

missing from here:
https://github.com/flynn/noise/blob/master/state.go#L16-L62

sad panda, want forward secrecy right now.
why diverge from latest noise spec?

Implemented in #15.