All Downloads are FREE. Search and download functionalities are using the official Maven repository.

huis.noise-kotlin.1.0.1.source-code.Transport.kt Maven / Gradle / Ivy

The newest version!
package nl.sanderdijkhuis.noise

import nl.sanderdijkhuis.noise.cryptography.Digest

/**
 * Initial transport message state.
 *
 * Be careful to increment [nonces][nl.sanderdijkhuis.noise.cryptography.Nonce] when sending new transport messages.
 */
data class Transport(
    val initiatorCipherState: Cipher,
    val responderCipherState: Cipher,
    val handshakeHash: Digest
) : MessageType




© 2015 - 2025 Weber Informatics LLC | Privacy Policy