package
0.2.0
Repository: https://github.com/vanadium/core.git
Documentation: pkg.go.dev

# Packages

Package aead provides a block cipher using aead.GCM with AES 256 encryption.
Package naclbox provides a block cipher using nacl/{box,secretbox}.

# Functions

GenerateKey is the same as box.GenerateKey but uses X25519 rather than ScalarBaseMult and incudes additional error checking.