package
1.0.0
Repository: https://github.com/dimensiondev/crypto.git
Documentation: pkg.go.dev

# Functions

NewMPI returns a MPI initialized with bytes.
NewOID returns a OID initialized with bytes.

# Structs

An MPI is used to store the contents of a big integer, along with the bit length that was specified in the original input.
OID is used to store a variable-length field with a one-octet size prefix.

# Interfaces

Field is an encoded field of an openpgp packet.