Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 657 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 657 Bytes

crypto-suite

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

Usage

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


Biblography

Kudos to this article for an amazing explanation of how RSA encryption works: https://www.sohamkamani.com/golang/rsa-encryption/