Documentation ¶ Index ¶ func RsaDecrypt(encrypted string, prikey string, oubklen int) (string, error) func RsaEncrypt(origData []byte, pubkey string) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RsaDecrypt ¶ func RsaDecrypt(encrypted string, prikey string, oubklen int) (string, error) func RsaEncrypt ¶ func RsaEncrypt(origData []byte, pubkey string) (string, error) Types ¶ This section is empty. Source Files ¶ View all Source files rsa.go Click to show internal directories. Click to hide internal directories.