Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInput = errors.New("signed: invalid input") ErrSign = errors.New("signed: signature check failed") )
View Source
var ( ErrInvalidPublicKeySize = errors.New("signed: invalid public key size") ErrInvalidPrivateKeySize = errors.New("signed: invalid private key size") )
Functions ¶
This section is empty.
Types ¶
type Coder ¶
type Coder struct {
// contains filtered or unexported fields
}
func NewCoder64 ¶
func NewFileCoder64 ¶
Click to show internal directories.
Click to hide internal directories.