Skip to content

Tags: noir-lang/noir_bigcurve

Tags

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Release 0.6.0 (#32)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Release 0.5.2 (#25)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Release 0.5.1 (#17)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Release 0.5.0 (#9)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.4

Toggle v0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: added predefined curves (#8)

* added predefined curves

added fully constrained `hash_to_curve` method

fixed bug where `evaluate_linear_expression` was not working

added `msm` method into `BigCurve`

* fmt

* removed unused code

* updated readme

* update readme

* updated dependency

v0.3.1

Toggle v0.3.1's commit message
removed magic numbers and replaced with formula derived from NScalarS…

…lices and NumMuls

v0.3

Toggle v0.3's commit message
updated nargo.toml

v0.2

Toggle v0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2 from noir-lang/mv/update-for-u32-num-gen

fix: Switch to use u32 numeric generics and update to 0.3.0 noir-bignum

v0.1

Toggle v0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from zac-williamson/main

updated big curve to work with v0.2 bignum