iden3/ffjavascript

Finite Field Library in Javascript

JavaScript

57

291 commits

updated Sep 2, 2026

See the code

README

ffjavascript

Finite Field Library in Javascript

This package is tested to work in the following environments:

  • NodeJS
  • Browser
  • Chrome Extension
  • Metamask Snaps (SES)

Knows Issues

Webpack Configuration

If you're using the ffjavascript package in a webpack project (Next.js/Angular), you may need to disable the splitChunks option in your webpack configuration.

module.exports = {
  // ...
  optimization: {
    splitChunks: false,
  },
  // ...
};

License

ffjavascript is part of the iden3 project copyright 2020 0KIMS association and published with GPL-3 license. Please check the COPYING file for more details.

Contributors

jbaylina

175 commits

dependabot[bot]

62 commits

OBrezhniev

15 commits

phated

15 commits

iden3/ffjavascript

Finite Field Library in Javascript

JavaScript

57

291 commits

updated Sep 2, 2026

See the code

README

ffjavascript

Finite Field Library in Javascript

This package is tested to work in the following environments:

  • NodeJS
  • Browser
  • Chrome Extension
  • Metamask Snaps (SES)

Knows Issues

Webpack Configuration

If you're using the ffjavascript package in a webpack project (Next.js/Angular), you may need to disable the splitChunks option in your webpack configuration.

module.exports = {
  // ...
  optimization: {
    splitChunks: false,
  },
  // ...
};

License

ffjavascript is part of the iden3 project copyright 2020 0KIMS association and published with GPL-3 license. Please check the COPYING file for more details.

Contributors

jbaylina

175 commits

dependabot[bot]

62 commits

OBrezhniev

15 commits

phated

15 commits

Languages

JavaScript

100.0%