Crypto algorithms from scratch. Academic purposes only.
https://en.wikipedia.org/wiki/RSA_(cryptosystem)#
https://en.wikipedia.org/wiki/Paillier_cryptosystem
https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing
https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange
https://en.wikipedia.org/wiki/Elliptic-curve_cryptography
https://en.wikipedia.org/wiki/ElGamal_encryption
https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm
To run all tests:
go test ./... -v