Package fr. acinq. lightning. crypto
Types
Cha Cha20Poly1305
Link copied to clipboard
object ChaCha20Poly1305
Content copied to clipboard
ChaCha20Poly1305 AEAD (Authenticated Encryption with Additional Data) algorithm see https://tools.ietf.org/html/rfc7539#section-2.5
Generators
Link copied to clipboard
object Generators
Content copied to clipboard
Key Manager
Link copied to clipboard
interface KeyManager
Content copied to clipboard
Local Key Manager
Link copied to clipboard
data class LocalKeyManager(seed: ByteVector, chainHash: ByteVector32) : KeyManager
Content copied to clipboard