package
0.0.0-20231017184028-6cad9d8ece40
Repository: https://github.com/imylam/crypto-utils.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewPkcs1KeysGenerator creates rsa keysGenerator which generates and return rsa key pair as PEM strings in
- private key: PKCS #1, ASN.1 DER form.
NewPkcs1PkixKeysGenerator creates rsa keysGenerator which generates and return rsa key pair as PEM strings in
- private key: PKCS #1, ASN.1 DER form.
No description provided by the author
NewPkcs8Pkcs1KeysGenerator creates rsa keysGenerator which generates and return rsa key pair as PEM strings in
- private key: PKCS #8, ASN.1 DER form.
NewPkcs8PkixKeysGenerator creates rsa keysGenerator which generates and return rsa key pair as PEM strings in
- private key: PKCS #8, ASN.1 DER form.
No description provided by the author
Sign a message with PrivateKey using RSA-PSS and the crypto hash given.
Verify a signature with PublicKey using RSA-PSS and the crypto hash given.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author