Versions in this module Expand all Collapse all v1 v1.0.0 Jun 18, 2018 Changes in this version + type Field interface + BitLength func() uint16 + Bytes func() []byte + EncodedBytes func() []byte + EncodedLength func() uint16 + ReadFrom func(r io.Reader) (int64, error) + type MPI struct + func NewMPI(bytes []byte) *MPI + func (m *MPI) BitLength() uint16 + func (m *MPI) Bytes() []byte + func (m *MPI) EncodedBytes() []byte + func (m *MPI) EncodedLength() uint16 + func (m *MPI) ReadFrom(r io.Reader) (int64, error) + func (m *MPI) SetBig(n *big.Int) *MPI + type OID struct + func NewOID(bytes []byte) *OID + func (o *OID) BitLength() uint16 + func (o *OID) Bytes() []byte + func (o *OID) EncodedBytes() []byte + func (o *OID) EncodedLength() uint16 + func (o *OID) ReadFrom(r io.Reader) (int64, error) Incompatible versions in this module v2.0.0+incompatible Mar 4, 2019