package
0.0.0-20240409064527-53561edbcaeb
Repository: https://github.com/crossle/libsignal-protocol-go.git
Documentation: pkg.go.dev

# Functions

CalculateSharedSecret uses DH Curve25519 to find a shared secret.
DeriveSecrets derives the requested number of bytes using HKDF with the given input, salt, and info.

# Structs

KeyMaterial is a structure for representing a cipherkey, mac, and iv.

# Type aliases

HKDF is a hashed key derivation function type that can be used to derive keys.