Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 301 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 301 Bytes

fs-paillier

fs-paillier is a pure implementation of the Paillier scheme in F#. This is mostly an exercice implementation should work out of the box.

Program.fs holds an example of simple usage.

N.B : We extensively use BouncyCastle for the BigInteger class and math heavy lifting.