Releases: Lightprotocol/light-poseidon
Releases · Lightprotocol/light-poseidon
v0.2.0
chore: Release (#41) Co-authored-by: github-actions <[email protected]>
v0.1.2
chore: Release (#35) Co-authored-by: github-actions <[email protected]>
v0.1.1
What's Changed
- fix(core): Enforce strict length check for hashed bytes by @vadorovsky in #29
Full Changelog: v0.1.0...v0.1.1
v0.1.0
We are happy to announce that light-poseidon has been professionally evaluated by the blockchain security experts from Veridise! You can read the audit report here.
What's Changed
- docs: Add information about security audit by @vadorovsky in #25
- ci: Add action-semantic-pull-request for linting pull requests by @vadorovsky in #24
- ci: Specify branches on which the job is running by @vadorovsky in #26
- docs: Provide more details in "Parameters" section of README by @vadorovsky in #27
- chore: Bump version to 0.1.0 by @vadorovsky in #28
Full Changelog: v0.0.6...v0.1.0
v0.0.6
What's Changed
- Unify Github workflows by @vadorovsky in #15
- Don't pad the inputs automatically by @vadorovsky in #19
- Fix clippy errors by @vadorovsky in #20
- Make domain tag configurable by @vadorovsky in #21
- Check if byte inputs are larger than the modulus of the prime field by @vadorovsky in #22
- fixed typo in error by @ananas-block in #23
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- poseidon: replaced unimplemented with error and added solana feature flag by @ananas-block in #9
- Ensure that README.md content matches the rustdoc by @vadorovsky in #11
- removed feature flag & reduced parameters to t 13 max by @ananas-block in #12
- Prepare for release 0.0.5 by @vadorovsky in #13
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Allow to use different prime field element implementations by @vadorovsky in #4
- Change params to be compatible with circomlib by @ananas-block in #5
- Migrate to ark works 0.4.0 by @ananas-block in #6
- Prepare for release 0.0.4 by @vadorovsky in #7
- cargo: Fix the path to README by @vadorovsky in #8
New Contributors
- @ananas-block made their first contribution in #5
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Move out hash methods to traits, add
hash_bytes
method. by @vadorovsky in #3
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Check if the number of inputs is correct by @vadorovsky in bcd88d2
- Reset the state after calculating hash by @vadorovsky in 977bdcf
- Add criterion benchmark by @vadorovsky in #1
- readme: Add "Performance" section by @vadorovsky in #2
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Full Changelog: https://github.com/Lightprotocol/light-poseidon/commits/v0.0.1