1.1.2 • Published 9 years ago

homomorphicjs v1.1.2

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
9 years ago

paillier.js

A pure javascript implementation of python-paillier.

Currently relies on jsbn and the crypto module.

Build Status

What is done?

Paillier Cryptosystem

The homomorphic properties of the paillier crypto system are:

  • Encrypted numbers can be multiplied by a non encrypted scalar.
  • Encrypted numbers can be added together.
  • Encrypted numbers can be added to non encrypted scalars.
1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago