Projects
Primefactor
Primefactor is a Cryptography Research and Development Lab I started to gather, categorize and openly share all the Cryptography Whitepaper implementations I am working on.
I started the effort in an attempt to solidify my learnings while helping others understand the concepts discussed in the respective papers (the code closely follows the paper's algorithmic descriptions).
Visiting the official website you'll find a list with all the projects I've implemented so far.
Among others you'll find:
- An ECDSA and Adaptor ECDSA implementation over curve secp256k1
- An implementation of Lindell17, a 2/2 Threshold ECDSA scheme alongside its 2/2 Threshold ECDSA Adaptor signature implementation
- An implementation of Shamir's Secret Sharing (which uses Lagrange Interpolation under the hood)
- An implementation of XChaCha20-Poly1305 which is 100% RFC compliant
- An implementation of Paillier's Cryptosystem with its homomorphic operations
- An implementation of a Linearly Homomorphic Time-Lock Puzzle that allows one to encrypt a value into the future
- ...