10000 Tags · spaceandtimefdn/blitzar-rs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: spaceandtimefdn/blitzar-rs

Tags

v4.5.0

Toggle v4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add sumcheck interface (PROOF-913) (#70)

* bump blitzar version

* field support

* add stub for sumcheck

* add sumcheck transcript

* fill in sumcheck

* fill in sumcheck

* fill in sumcheck

* fill in sumcheck

* fill in sumcheck

* fill in sumcheck

* fill in sumcheck

* fill in sumcheck

* fill in sumcheck

* fill in sumcheck

* add stub for test

* fill in sumcheck tests

* reformat

* fill in transcript

* fill in sumcheck test

* add test

* fix fptr

* fill in sumcheck tests

* fill in sumcheck tests

* add sumcheck tests

* add tests

* add tests

* fill in documentation

* add assertions

* fill in sumcheck

* doc

* clippy

* doc

* clippy

* reformat

* reformat

* fix typo

* add copyrights

v4.4.2

Toggle v4.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
perf: improve ark to halo2 g1 affine point conversion (#68)

* test: add random number tests to arkworks_halo2_interop_tests module

* bench: add Criterion benchmarks for arkworks_halo2_interop module

* perf: improve ark to halo2 conversion

* refactor: add convert_halo2_to_limbs method and tests

v4.4.1

Toggle v4.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build: bump rust version (#65)

* build: add rust-toolchain.toml file to the project

* chore: update Rust references to point to 1.84.0

v4.4.0

Toggle v4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support commitment computation with halo2curves bn256 points (#58)

* feat: add conversion module to help convert halo2curve to arkworks points

* feat: expose the conversion module

* test: add tests for the conversion module

* chore: fix fmt errors

* refacotr: update module names

* avoid Montgomery conversion

* remove unnecessary methods

* feat: add halo2curves bn256 compute commitment funciton

* add docs for new function

* feat: expose the new halo2curves commitment computaiton funciton

* test: add tests for the halo2curves bn256 commitment computation

* fix: update trait name

* chore: fmt code

* refactor: update code to reflect upstream changes to conversion code

* chore: remove extern crate from examples

* refactor: improve halo2 commitment computation

* remove SxtHalo2Bn256G1

v4.3.0

Toggle v4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add conversion functions to support halo2curves bn256 points (#57)

* feat: add halo2curves crate to the project

* feat: add bytemuck crate to project

* feat: add conversion module to help convert halo2curve to arkworks points

* feat: expose the conversion module

* test: add tests for the conversion module

* chore: fix fmt errors

* refacotr: update module names

* avoid Montgomery conversion

* remove unnecessary methods

* perf: keep values in montgomery form

v4.2.0

Toggle v4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: roll back rust edition upgrade (#63)

* run fmt

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: migrate to Rust 2024 edition (#60)

* feat: run `cargo fix --edition`

* feat: bump Rust edition to 2024

* fix: happy clippy

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: expose Grumpkin commitment computation (PROOF-882) (#33)

* feat: initial check in of Grumpkin API

* refactor: update grumpkin code to match latest arkworks crates

v3.5.1

Toggle v3.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build!: upgrade arkworks to version 0.5.0 (#46)

build: upgrade arkworks to version 0.5.0

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add a Method to Support Dynamic Element Sizes in `Sequence` (#44)

* feat: add a method to support dynamic element sizes in `Sequence`

Signed-off-by: Tarek <tareknaser360@gmail.com>

* update from_raw_parts to use from_raw_parts_with_size

Signed-off-by: Tarek <tareknaser360@gmail.com>

---------

Signed-off-by: Tarek <tareknaser360@gmail.com>
0