Releases: autonomys/rust-kzg
Releases · autonomys/rust-kzg
Automatic Release
Commits
- 53a7855: move trait eip_4844 func impls to eip_4844.rs (Domas Kalinauskas) #246
- 6229512: add Sync trait to Fr & G1 (Domas Kalinauskas) #246
- dc4f3f4: clippy fixes (Domas Kalinauskas) #246
- 15e444f: update arkworks pipelines (Domas Kalinauskas) #246
- e70b09d: port updated blst changes (Domas Kalinauskas) #246
- 8a8c94d: Merge branch 'integration' into feat/lab1 (Domas K) #246
- 2558430: cargo fmt fixes (Domas Kalinauskas) #246
- 3ca4547: arkworks patch fixes (Domas Kalinauskas) #246
- f88075e: arkworks add eip4844 tests, fix conversion funcs (Domas Kalinauskas) #246
- 8db331f: Fixed some problems with test.sh file (Armantidas) #246
- 4530ee1: implement arkworks bigint fr check (Domas Kalinauskas) #246
- 2725790: tests for compute_kzg_proof and verify_blob_kzg_proof_batch (povilassl) #244
- 5ae4a29: fix clippy error (povilassl) #244
- 52e0b93: move tests to kzg-bench (povilassl) #244
- 98cc20a: fix clippy for macos (povilassl) #244
- a0c7786: ignore clippy type complexity (povilassl) #244
- bc70194: Bump c-kzg commit hash (sirse) #244
- fddb080: Merge branch 'integration' into feat/lab1 (Domas K) #246
- ebdb605: arkworks ckzg hash update (Domas Kalinauskas) #246
- d448540: Added task II (Saulius Grigaitis)
- 2b6cf73: 1 LAB (Justuxs) #245
- e445c25: Change folder structure (Justuxs) #245
- 744ec37: Minor fixes (Justuxs) #245
- 2287504: Minor fixes (Justuxs) #245
- 081d9a0: Branches fix (Justuxs) #245
- f63c05a: Merge branch 'lynxcs-feat/lab1' into integration (Saulius Grigaitis) #246
- 798d935: Poly test fix (Justuxs) #245
- fab226d: cargo test --manifest-path zkcrypto/Cargo.toml --no-fail-fast --features parallel fix (Justuxs) #245
- 81dd6a7: Merge remote-tracking branch 'origin/zkcrypto-lab1' into zkcrypto-lab1 (Justuxs) #245
- d868bec: clipy fix (Justuxs) #245
- 8cada61: fmt fix (Justuxs) #245
- 0db37ab: tmp test removed (Justuxs) #245
- adc825b: Batch fix (Justuxs) #245
- 336bf9d: Remove test temp (Justuxs) #245
- 4decead: support wasm build (Domas Kalinauskas) #247
- 1276be7: Do not build releases with 'force adx' (Saulius Grigaitis) #247
- 1a3e6f3: refactor release for easier backend addition (Domas Kalinauskas) #247
- e8c6366: consolidate backend tests & benchmark workflows (Domas Kalinauskas) #247
- 9ecfe31: Merge remote-tracking branch 'origin/feat/lab1' into zkcrypto-lab1 (Justuxs) #245
- a4165cc: Added zkcrypto to test (Justuxs) #245
- 5fe1fe1: Fixed cargo (Justuxs) #245
- 5c2fbb7: Try to fix (Justuxs) #245
- 4ca670f: Make similar Cargo.lock (Justuxs) #245
- 0a05b52: Tried to change order (Justuxs) #245
- 38b597e: Some fixes (Justuxs) #245
- aa0e7b0: Try to fix let mut file = File::open(filepath).map_err(|_| "Unable to open file".to_string())?; (Justuxs) #245
- dcadab6: frm fix (Justuxs) #245
- 3f6e8ce: support wasm build (Domas Kalinauskas) #247
- 315f454: Do not build releases with 'force adx' (Saulius Grigaitis) #247
- 7bd99fa: refactor release for easier backend addition (Domas Kalinauskas) #247
- 8af4460: consolidate backend tests & benchmark workflows (Domas Kalinauskas) #247
- 79cb783: Merge branch 'integration' into zkcrypto-lab1 (Justuxs) #245
- de4c132: msm (Justuxs) #245
- 065eee1: fix converter (Justuxs) #245
- 339cf88: fix format (Justuxs) #245
- ae9fcb2: remove feature (Justuxs) #245
- 8ce6db4: Merged main (Saulius Grigaitis)
- 222a61d: Updated readme (Saulius Grigaitis)
- f0269fa: Add python script that parses benchmark results (belijzajac) #261
- 4b53ff2: Added tasks/III.md (Saulius Grigaitis)
- 7814294: add fp & affine traits, 256bit scalar type (Domas Kalinauskas) #253
- de6af3d: implement new traits for blst backend (Domas Kalinauskas) #253
- 25c7976: implement parallel pippinger using traits (Domas Kalinauskas) #253
- c09f7ca: blst pippinger generic (Domas Kalinauskas) #253
- 153a4e7: move generic arkmsm to separate folder (Domas Kalinauskas) #253
- 728eff2: add arkmsm feature flag, update parallel flag (Domas Kalinauskas) #253
- 11ad7c8: add func to fr to convert to scalar256 (Domas Kalinauskas) #253
- dc1de7a: msm accept projective + fr & convert internally (Domas Kalinauskas) #253
- 83ac784: add commented out old parallel pippenger impl (Domas Kalinauskas) #253
- addc41c: Added generic BGMW (sirse) #253
- ee0803b: Support precomputations in C bindings (sirse) #253
- 279f3df: Switch to stable version (Saulius Grigaitis) #253
- 9e4babc: merge (Saulius Grigaitis) #253
- 7543e65: init commit (Domas Kalinauskas) #251
- acd3337: Partial constantine ecc backend (Armantidas) #251
- 792c5a4: Finish constantine base (Armantidas) #251
- 6f0ae50: Add mixed kzg settings, benchmarks/tests for constantine impls of eip4844 funcs (Domas Kalinauskas) #251
- e8d7b01: bgmw + workflows (Domas Kalinauskas) #251
- 7aef5bc: remove additional blst usage in g1,g2,fr where possible + clippy fixes (Domas Kalinauskas) #251
- 72e7a5b: implement debug trait directly, clippy & fmt fixes (Domas Kalinauskas) #251
- f997010: switch constantine deps to repo (Domas Kalinauskas) #251
- 2824ac3: workflow setup nim (Domas Kalinauskas) #251
- use compute_kzg_proof_parallel #251 (Domas Kalinauskas)
- 30b1aa6: Constantine - use batch affine (Armantidas) #251
- 247e0f9: switch to constantine-public-sys branch (Domas Kalinauskas) #251
- 595b20a: update constantine ver (Domas Kalinauskas) #251
- 5ec4bbd: constantine g1,g2 mul remove blst usage (Domas Kalinauskas) #251
- dd32072: CtFr remove blst usage (Armantidas) #251
- d08d3f9: fmt & clippy fixes...