You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2.8 KiB

cryptofun Go Report Card

Crypto algorithms from scratch. Academic purposes only.

RSA cryptosystem & Blind signature & Homomorphic Multiplication

Paillier cryptosystem & Homomorphic Addition

Shamir Secret Sharing

Diffie-Hellman

ECC

ECC ElGamal

ECC ECDSA

Schnorr signature

Bn128

[not finished]

This is implemented followng the implementations and info from:


To run all tests:

go test ./... -v