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