Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Release 0.5.0 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.4.2"}
{".":"0.5.0"}
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Changelog

## [0.5.0](https://github.com/hashcloak/noir-bignum/compare/v0.4.2...v0.5.0) (2024-12-20)


### ⚠ BREAKING CHANGES

* refactor library architecture ([#36](https://github.com/hashcloak/noir-bignum/issues/36))
* bump minimum noir version to 0.35.0 and address privacy warnings #24

### Features

* Added modular square root computation and fully constrained `derive_from_seed` method ([#32](https://github.com/hashcloak/noir-bignum/issues/32)) ([20e03b0](https://github.com/hashcloak/noir-bignum/commit/20e03b04f7e2c57b61538d707695ae02979c51b4))
* Bignum uses generic arithmetic instead of clunky ArrayX struct ([#17](https://github.com/hashcloak/noir-bignum/issues/17)) ([08f5710](https://github.com/hashcloak/noir-bignum/commit/08f5710e085e55c038b8555032c90a31d7c91037))
* Bls12-381-fr params ([8133bba](https://github.com/hashcloak/noir-bignum/commit/8133bba56c67707c3abdf0186fdff6d0658eec4d))
* Noir 1.0.0 ([#66](https://github.com/hashcloak/noir-bignum/issues/66)) ([af8d54e](https://github.com/hashcloak/noir-bignum/commit/af8d54e83a96ca4c75432677cdce37901602ef78))
* Optimize brillig execution of `split_X_bits` functions ([#47](https://github.com/hashcloak/noir-bignum/issues/47)) ([31ebc7c](https://github.com/hashcloak/noir-bignum/commit/31ebc7cc03a7d8be4aef90a632515f79e3405c7a))
* Refactor library architecture ([#36](https://github.com/hashcloak/noir-bignum/issues/36)) ([4fa65f6](https://github.com/hashcloak/noir-bignum/commit/4fa65f6be596ea1b6c6c49b784fa7a9aca95c5d4))
* Remove a bunch of unnecessary bytecode from unconstrained ops ([#50](https://github.com/hashcloak/noir-bignum/issues/50)) ([08c4151](https://github.com/hashcloak/noir-bignum/commit/08c4151f12cc4fe1831da2eba6c854948a17c3d8))
* Remove generic parameter from the `BigNum` trait ([#44](https://github.com/hashcloak/noir-bignum/issues/44)) ([53f652b](https://github.com/hashcloak/noir-bignum/commit/53f652b443967b589ae5ee3b3c9bdba5d3606806))


### Bug Fixes

* Bump minimum noir version to 0.35.0 and address privacy warnings [#24](https://github.com/hashcloak/noir-bignum/issues/24) ([fc53098](https://github.com/hashcloak/noir-bignum/commit/fc53098332e1843759114ad7c05118e8fee141ed))
* Check that `RuntimeBigNum`s have the same `BigNumParams` on operations ([#46](https://github.com/hashcloak/noir-bignum/issues/46)) ([729dd24](https://github.com/hashcloak/noir-bignum/commit/729dd244e07a17b4c5f4d24fcd63caae91e8d645))
* Constraint count regression introduced in commit 53f652b ([#53](https://github.com/hashcloak/noir-bignum/issues/53)) ([d81d5fa](https://github.com/hashcloak/noir-bignum/commit/d81d5fac5e2ea919bd93e513644d0edc5630261c))
* Fix barrett reduction bug ([#51](https://github.com/hashcloak/noir-bignum/issues/51)) ([c61a621](https://github.com/hashcloak/noir-bignum/commit/c61a621745fb6a6c3778fbee35344bc7cf79f6a9))
* Fix broken tests in `runtime_bignum_test.nr` ([#39](https://github.com/hashcloak/noir-bignum/issues/39)) ([63e6c85](https://github.com/hashcloak/noir-bignum/commit/63e6c851712ff3492d0b538437d3ddb0c6aacc1e))
* Fixed reduction parameter error ([#31](https://github.com/hashcloak/noir-bignum/issues/31)) ([c312ef7](https://github.com/hashcloak/noir-bignum/commit/c312ef72e2127153fad5afcffc5bf88045a5b4ba))
* From_bytes_be ([9ee587d](https://github.com/hashcloak/noir-bignum/commit/9ee587d95c4b992b939ce8b0d56b458078d8203d))
* Issue with bit check in `from_be_bytes` ([1df2767](https://github.com/hashcloak/noir-bignum/commit/1df2767c3f1217a3d4a38ad3479897364591f5f7))
* Noir 1.0.0-beta.0 ([#74](https://github.com/hashcloak/noir-bignum/issues/74)) ([4081673](https://github.com/hashcloak/noir-bignum/commit/40816731a636dbb19bea211de72de25394cd0e5c))
* Remove function which was ignoring compiler warning to not do that ([#21](https://github.com/hashcloak/noir-bignum/issues/21)) ([bb348ac](https://github.com/hashcloak/noir-bignum/commit/bb348ac607236f7fb8dab75bef557cc2a23cf408))
* Remove unnecessary generic ([#42](https://github.com/hashcloak/noir-bignum/issues/42)) ([1eb64aa](https://github.com/hashcloak/noir-bignum/commit/1eb64aab691e96d143775183987e7dfc2132bdc3))
* Remove unnecessary generic from `ArrayX.__normalize_limbs()` ([b5afd7b](https://github.com/hashcloak/noir-bignum/commit/b5afd7b65b9e93a6932a1d9ae33cdc4472212db3))
* Update to use new `to_le_bytes` ([fa8d20c](https://github.com/hashcloak/noir-bignum/commit/fa8d20cead061acf516cba96dd6123c0c60f6a66))
* Workaround shifts to compile with latest noir ([75d10a4](https://github.com/hashcloak/noir-bignum/commit/75d10a4916d85e713fb895c414b489be46f68034))

## [0.4.2](https://github.com/noir-lang/noir-bignum/compare/v0.4.1...v0.4.2) (2024-11-15)


Expand Down