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.