libsignalgo.mau.fi/libsignal/kdf

Imports of package kdf

PathSynopsis
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
golang.org/x/crypto/curve25519Package curve25519 provides an implementation of the X25519 function, which performs scalar multiplication on the elliptic curve known as Curve25519.
golang.org/x/crypto/hkdfPackage hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869.
ioPackage io provides basic interfaces to I/O primitives.