homomorphicjs

1.1.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i homomorphicjs

Weekly Downloads

1

Version

1.1.2

License

Apache-2.0

Last publish

Collaborators

  • hardbyte