crypto-suite
is a golang package containing useful cryptographic tools.
A full list of all tools and their usage can be found in the project wiki
To get the package use:
$ go get githib.com/ARaChn3/crypto-suite
To use this package, simply import it using the following:
import csuite "githib.com/ARaChn3/crypto-suite"
Assigning alias: csuite
Kudos to this article for an amazing explanation of how RSA encryption works: https://www.sohamkamani.com/golang/rsa-encryption/