package
1.3.1
Repository: https://github.com/ggdream/crypto.git
Documentation: pkg.go.dev

# Functions

Decrypt rsa decrypt.
Encrypt rsa encrypt.
GenerateHexKey generate new rsa hex key pairs.
GenerateKey generate new pairs by using key bits.
GetEN get mod and exp about the public key.
GetPrivateKey gain rsa privateKey from hex key.
No description provided by the author
GetPublicKey gain rsa publicKey from hex key.
No description provided by the author
SetEN generate the public key by using mod and exp.
No description provided by the author
No description provided by the author
Sign rsa sign.
Verify sign verify.