package
0.0.0-20240526021525-1ff80e000591
Repository: https://github.com/impr0ver/metrics-service.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
DecryptPKCS1v15 the cipher text using RSA and the padding scheme from PKCS #1 v1.5.
EncryptPKCS1v15 the given message with RSA and the padding scheme from PKCS #1 v1.5.
GenKeys - generates a public and private key pair and stores them in the outdir directory.
InitPrivateKey - takes the path to the private key and returns privateKey.
InitPublicKey - takes the path to the public key and returns publicKey.
No description provided by the author