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)
-
-
-
Field Detail
-
ck
public final SessionKey ck
-
k_ab
public final SessionKey k_ab
-
k_ba
public final SessionKey k_ba
-
-
Constructor Detail
-
SplitKeys
public SplitKeys(HandshakeState state, HKDF hkdf)
-
-