package
0.0.0-20240405081150-f197c8cfa35f
Repository: https://github.com/warrior21st/go-utils.git
Documentation: pkg.go.dev

# Functions

生成1024位rsa密钥对,返回(私钥,公钥).
解密-使用1024位n,明文最大117字节数据(pkcs1占11字节).
解密-使用base58编码,使用1024位n,明文最大117字节数据(pkcs1占11字节).
加密-使用1024位n,明文最大117字节数据(pkcs1占11字节).
加密-使用base58编码,使用1024位n,明文最大117字节数据(pkcs1占11字节).