[][src]Module cryptouri::algorithm

Cryptographic algorithm registry

Constants

AES128GCM_ALG_ID

AES-128 in Galois Counter Mode (GCM)

AES256GCM_ALG_ID

AES-256 in Galois Counter Mode (GCM)

CHACHA20POLY1305_ALG_ID

ChaCha20Poly1305 AEAD

ED25519_ALG_ID

Ed25519 elliptic curve digital signature algorithm (RFC 8032)

HKDFSHA256_ALG_ID

HKDF (RFC 5869) instantiated with HMAC-SHA-256

SHA256_ALG_ID

NIST SHA-256 digest algorithm (FIPS 180-4)