Skip to content

iden3/ffjavascript

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d5dae76 · Oct 12, 2024
Apr 15, 2024
Apr 1, 2022
Oct 12, 2024
May 30, 2024
Oct 12, 2024
Jul 7, 2020
Mar 26, 2020
Mar 26, 2020
Apr 12, 2024
Sep 24, 2020
Oct 12, 2024
Oct 12, 2024
Mar 22, 2024
Feb 10, 2021
May 15, 2020

Repository files navigation

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.