//
pkg.gl
Category
v.io
x
ref
runtime
internal
flow
cipher
package
0.2.0
Repository:
https://github.com/vanadium/core.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
30 SLOC
#
Packages
aead
Package aead provides a block cipher using aead.GCM with AES 256 encryption.
naclbox
Package naclbox provides a block cipher using nacl/{box,secretbox}.
#
Functions
GenerateKey
GenerateKey is the same as box.GenerateKey but uses X25519 rather than ScalarBaseMult and incudes additional error checking.