Versions in this module Expand all Collapse all v1 v1.1.1 Oct 11, 2025 Changes in this version + func CheckPrivateKey(key []byte) error + func CheckPublicKey(key []byte) error v1.1.0 Oct 10, 2025 Changes in this version + func Decrypt(cip, key []byte) ([]byte, error) + func Encrypt(src, key []byte) ([]byte, error) + func GenerateRsaKey() (priKey, pubKey []byte, err error) v1.0.0 Sep 7, 2023