paillier-pure
TypeScript icon, indicating that this package has built-in type declarations

1.0.15 • Public • Published

paillier-pure

This is a pure JS implementation of paillier-bigint. This version has no dependencies on bigint or worker, making it suitable for use in React Native or other constrained environments.

NOTE: The tradeoff of using this library over the bigint is that this library is relatively slow.

Installing

Install a getRandomValues() polyfill if necessary.

Then install the library

npm install paillier-pure

Readme

Keywords

none

Package Sidebar

Install

npm i paillier-pure

Weekly Downloads

2

Version

1.0.15

License

MIT

Unpacked Size

19.3 kB

Total Files

8

Last publish

Collaborators

  • kevmo314