package
0.0.0-20210405173606-cd9060f5f776
Repository: https://github.com/kevinburke/nacl.git
Documentation: pkg.go.dev

# Functions

EasyOpen decrypts box using key.
EasySeal encrypts message using key.
Open authenticates and decrypts a box produced by Seal and appends the message to out, which must not overlap box.
Seal appends an encrypted and authenticated copy of message to out, which must not overlap message.

# Constants

Overhead is the number of bytes of overhead when boxing a message.