# Functions
New returns a new CryptoCore object or panics.
RandBytes gets "n" random bytes from /dev/urandom or panics.
RandUint64 returns a secure random uint64.
# Constants
AuthTagLen is the length of a GCM auth tag in bytes.
BackendAESSIV specifies an AESSIV backend.
BackendGoGCM specifies the Go based GCM backend.
BackendOpenSSL specifies the OpenSSL backend.
KeyLen is the cipher key length in bytes.
# Structs
CryptoCore is the low level crypto implementation.
# Type aliases
AEADTypeEnum indicates the type of AEAD backend in use.