Documentation ¶ Index ¶ func DecodePublicKey(pemkey string) (*rsa.PublicKey, error) func EncodeMessage(msg []byte, pubkey *rsa.PublicKey) ([]byte, error) func EncodeTextMessage(msg string, pemPublicKey string) (string, error) func Init() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DecodePublicKey ¶ func DecodePublicKey(pemkey string) (*rsa.PublicKey, error) func EncodeMessage ¶ func EncodeMessage(msg []byte, pubkey *rsa.PublicKey) ([]byte, error) func EncodeTextMessage ¶ func EncodeTextMessage(msg string, pemPublicKey string) (string, error) func Init ¶ func Init() Types ¶ This section is empty. Source Files ¶ View all Source files init.goutils.go Directories ¶ Show internal Expand all Path Synopsis rsa Click to show internal directories. Click to hide internal directories.