Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrCipherTextLengthIncorrect = errors.New("Cipher text is not a multiple of the block size ")
)
Functions ¶
Types ¶
type RSADecoder ¶
func NewRSADecoder ¶
func NewRSADecoder(privKey []byte) RSADecoder
type RSAEncoder ¶
func NewRSAEncoder ¶
func NewRSAEncoder(pubKey []byte) RSAEncoder
Click to show internal directories.
Click to hide internal directories.