//
pkg.gl
Category
github.com/btcsuite/golangcrypto
nacl
secretbox
package
0.0.0-20150304025918-53f62d9b43e8
Repository:
https://github.com/btcsuite/golangcrypto.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
41
Files
113 SLOC
#
Functions
Open
Open authenticates and decrypts a box produced by Seal and appends the message to out, which must not overlap box.
Seal
Seal appends an encrypted and authenticated copy of message to out, which must not overlap message.
#
Constants
Overhead
Overhead is the number of bytes of overhead when boxing a message.