Documentation ¶ Index ¶ func GenRsaKey(bits int) (priHex string, pubHex string, priPem string, pubPem string, err error) func RemovePrefixAndBase64(pemStr string) string func RsaDecrypt(ciphertext []byte, privateKey string) ([]byte, error) func RsaEncrypt(data []byte, pubKey string) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GenRsaKey ¶ func GenRsaKey(bits int) (priHex string, pubHex string, priPem string, pubPem string, err error) func RemovePrefixAndBase64 ¶ func RemovePrefixAndBase64(pemStr string) string func RsaDecrypt ¶ func RsaDecrypt(ciphertext []byte, privateKey string) ([]byte, error) func RsaEncrypt ¶ func RsaEncrypt(data []byte, pubKey string) ([]byte, error) Types ¶ This section is empty. Source Files ¶ View all Source files rsa.go Click to show internal directories. Click to hide internal directories.