forked from iden3/ffjavascript
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from torusresearch/feat/lean
Remove unused stuff
- Loading branch information
Showing
30 changed files
with
919 additions
and
11,236 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,7 @@ | ||
import * as _Scalar from "./src/scalar.js"; | ||
export const Scalar = _Scalar; | ||
|
||
import * as _Scalar from "./src/scalar.js"; | ||
export const Scalar=_Scalar; | ||
|
||
export {default as PolField} from "./src/polfield.js"; | ||
export {default as F1Field} from "./src/f1field.js"; | ||
export {default as F2Field} from "./src/f2field.js"; | ||
export {default as F3Field} from "./src/f3field.js"; | ||
|
||
export {default as ZqField} from "./src/f1field.js"; | ||
|
||
export {default as EC} from "./src/ec.js"; | ||
|
||
export {default as buildBn128} from "./src/bn128.js"; | ||
export {default as buildBls12381} from "./src/bls12381.js"; | ||
export { default as ZqField } from "./src/f1field.js"; | ||
|
||
import * as _utils from "./src/utils.js"; | ||
export const utils = _utils; | ||
export {default as ChaCha} from "./src/chacha.js"; | ||
|
||
export {default as BigBuffer} from "./src/bigbuffer.js"; | ||
|
||
export {getCurveFromR, getCurveFromQ, getCurveFromName} from "./src/curves.js"; | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.