Releases: dusk-network/Poseidon252
Releases · dusk-network/Poseidon252
v0.12.0
[0.12.0] - 03-11-20
Added
- Gate-featured
canonical
impl.
PoseidonAnnotation
as generic to support walkable implementations
v0.11.0
[0.11.0] - 30-10-20
Changed
- Bump
hades252
to v0.10.0
- Major refactor on the poseidon tree to comply with the simplifications provided by microkelvin
v0.10.0
[0.10.0] - 05-10-20
Changed
v0.9.0
[0.9.0] - 04-10-20
Added
root()
fn for PoseidonBranch
.
Changed
- Padding implementation for
PoseidonBranch
with opening gadgets.
Removed
- Extension fn's from the crate.
v0.8.1
[0.8.1] - 01-10-20
Changed
- Implement
inner
and inner_mut
methods on PoseidonTree
v0.8.0
[0.8.0] - 29-09-20
Changed
- Use
dusk-plonk
v0.2.11
- Use
hades252 0.8.0
v0.7.0
[0.7.0] - 23-09-20
Changed
- Removed PI constraint from
merkle_opening_gadget
to implement
CircuitBuilder
trait.
- Use
nstack 0.5.0
v0.6.4
[0.6.4] - 07-09-20
Added
PoseidonCipher
from/to bytes.
v0.6.3
[0.6.3] - 01-09-20
Added
- Fixed_len hashing tools with variable input and output scalars.
v0.6.2
[0.6.2] - 27-08-20
Added
PoseidonCipher
zk encrypt and decrypt functions.