object SessionKeyGenerator
(source)
Generates session keys on handshake, using HKDF key derivation function
const val DERIVED_KEY_SIZE: Int |
fun generate(srcNodeId: Bytes, destNodeId: Bytes, secret: Bytes, idNonce: Bytes): SessionKey
Executes session keys generation |