2018-10-12 21:48:59 +02:00
2018-10-12 21:48:59 +02:00
2018-10-07 00:16:23 +02:00
2018-10-07 00:16:23 +02:00
2018-10-07 00:16:23 +02:00
2018-10-07 00:16:23 +02:00
2018-10-07 00:16:23 +02:00
2018-07-21 12:38:15 +02:00
2018-10-12 21:48:59 +02:00

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
Description
No description provided
Readme GPL-3.0 121 KiB
Languages
Go 100%