Package net.i2p.router.crypto.ratchet
Class SplitKeys
java.lang.Object
net.i2p.router.crypto.ratchet.SplitKeys
class SplitKeys extends Object
Standard Noise split().
Passed from the engine to the SKM so we don't have
to do it twice.
- Since:
- 0.9.46
-
Field Summary
Fields Modifier and Type Field Description SessionKey
ck
SessionKey
k_ab
SessionKey
k_ba
-
Constructor Summary
Constructors Constructor Description SplitKeys(HandshakeState state, HKDF hkdf)
-
Method Summary