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.
arnaucode 9aa4a2d1a0 shamir secret sharing: create secret sharing, and reconstruct secret from shares with Langrange Interpolation 5 years ago
paillier shamir secret sharing: create secret sharing, and reconstruct secret from shares with Langrange Interpolation 5 years ago
prime shamir secret sharing: create secret sharing, and reconstruct secret from shares with Langrange Interpolation 5 years ago
rsa shamir secret sharing: create secret sharing, and reconstruct secret from shares with Langrange Interpolation 5 years ago
secrets shamir secret sharing: create secret sharing, and reconstruct secret from shares with Langrange Interpolation 5 years ago
.gitignore shamir secret sharing: create secret sharing, and reconstruct secret from shares with Langrange Interpolation 5 years ago
LICENSE Initial commit 5 years ago
README.md shamir secret sharing: create secret sharing, and reconstruct secret from shares with Langrange Interpolation 5 years ago

README.md

cryptofun

Crypto algorithms from scratch. Academic purposes only.

RSA

https://en.wikipedia.org/wiki/RSA_(cryptosystem)#

Paillier

https://en.wikipedia.org/wiki/Paillier_cryptosystem

Shamir Secret Sharing

https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing

ECC