package
0.2.3
Repository: https://github.com/rvflash/safe.git
Documentation: pkg.go.dev

# Functions

New returns a private key.

# Variables

ErrData is returned is the data is mal-formatted.
ErrKey is returned is the given key is invalid.

# Structs

PrivateKey is a private key.

# Interfaces

Decrypter must be implemented by any hash to decrypt a data.
Hash must be implemented by any hashed to sign and decrypt data.
Signer must be implemented by any hash to encrypt a data.