All notable changes to neptune will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- fix: PoseidonConstants serde Implementation (argumentcomputer#184)
- chore: make version part of the release commit (argumentcomputer#185)
- refactor: Bump ff & group to 0.13, adjust dependent crates (argumentcomputer#179)
- ci: Add licenses audits with 'cargo-deny' (argumentcomputer#181)
- doc: covering PoseidonConstants and Poseidon abstractions with proper docs (argumentcomputer#178)
- chore: update ec-gpu, update const fns (argumentcomputer#175)
- chore: minor upgrade (argumentcomputer#173)
- fix: simplify the implementation of arity (argumentcomputer#172)
- fix: Ensure preimage buffer is padded with newly variables that are actually constrained to be equal to zero (argumentcomputer#169)
- Implement serde for PoseidonConstants (argumentcomputer#165)
- fix: update to newer ec-gpu version (argumentcomputer#164)
- chore: fix CI MacOS build (argumentcomputer#161)
- Change write_rate_element to add_rate_element to agree with spec.
- Add Sponge API to README. (argumentcomputer#158)
- IO pattern (argumentcomputer#157)
- Sponge absorb add (argumentcomputer#156)
- Add sponge circuit synthesis test and remove make_elt method. (argumentcomputer#154)
- Implement sponge construction. (argumentcomputer#151)
- feat: support other fields (argumentcomputer#135)
- feat: update dependencies to the latest (argumentcomputer#150)
- Reduce constraints (argumentcomputer#148)
- Implement Arity for U1 (argumentcomputer#145)
- Wasm support (argumentcomputer#139)
- Use bellperson v0.19.0. (argumentcomputer#141)
- refactor: use field name as part of the function names (argumentcomputer#136)
- chore: update to Rust 1.56.0 (argumentcomputer#138)
- chore: use Rust 1.51.0 (argumentcomputer#134)
- Remove neptune-triton (Futhark) support. (argumentcomputer#132)
- feat: add vanilla Poseidon benchmarks for Pasta scalar field (argumentcomputer#124)
- Update README. (argumentcomputer#129)
- fix: fix warning when compiling with OpenCL (argumentcomputer#123)
- Fixes gaussian elimination for matrices with 0 entries (argumentcomputer#122)
- Cleanup domain tags (argumentcomputer#121)
- Fix, test, and enable custom domain tags. (argumentcomputer#116)
- Update bellperson to v0.18.0 (argumentcomputer#115)
- Fix spec's sparse factorization w vector (argumentcomputer#114)
- Remove pairing requirement for circuits (argumentcomputer#111)
- Add support for CUDA (argumentcomputer#109)
- Use correct global work size (argumentcomputer#108)
- Properly call ec_gpu_gen::common() (argumentcomputer#110)
- Use upstream group, ff and pairing dependencies (argumentcomputer#103)
- Remove unnecessary to_vec (argumentcomputer#107)
- Pass GPU data from a pre-populated vector (argumentcomputer#106)
- Upgrade to latest rust-gpu-tools (argumentcomputer#91)
- Rename GPU feature to Futhark (argumentcomputer#100)
- Improve Clippy on CI (argumentcomputer#92)
- Fix Clippy warnings (argumentcomputer#98)
- Remove BatcherType (argumentcomputer#97)
- Remove GPUSelector (argumentcomputer#96)
- Breaking update of
bellperson
to0.14
and associated dependency upgrades.
- Use bellperson 0.13.
- Pure OpenCL implementation of batch hashing. (argumentcomputer#78)
- Customize batch-sizes of gbench through cli args. (argumentcomputer#50)
- Remove [most] macos conditional code. (argumentcomputer#72)
- Refactor, moving device selection to rust-gpu-tools. (argumentcomputer#70)
- Only clear cache when no hashers are active for futhark context. (argumentcomputer#68)
- Update
bellperson
to0.12.0
67
- Fix
GPUBatchHasher
not clearing GPU caches 66
- Enable
blst
backend. 63 - Explicitly reuse FutharkContext in related Batchers. 62
- Make GPUSelector accessible from gbench. 59
- Create SECURITY.MD. 57
- Avoid compiling any OpenCL on macos. 56
- Use latest neptune-triton. 55
- Add support for domain separation tags. In addition to support for new hash functions built on the Poseidon permutation, this introduces a breaking change to the DST used for Strengthened Poseidon. 43.