This repository has been archived by the owner on Jan 16, 2025. It is now read-only.
Releases: dusk-network/dusk-pki
Releases · dusk-network/dusk-pki
Release 0.13.0
v0.12.0
v0.11.4
v0.11.3
v0.11.2
v0.11.1
v0.11.0
0.11.0 - 2022-08-17
Added
- Add
rkyv
implementations behind feature gate #66 - Add
PublicKey::from_raw_unchecked
andStealthAddress::from_raw_unchecked
#63
Changed
- Update
dusk-jubjub
from0.10
to0.12
- Update
dusk-poseidon
from0.24.0-rc
to0.26
- Update
canonical
from0.6
to0.7
- Update
canonical_derive
from0.6
to0.7
- Update
StealthAddress::R
andStealthAddress::pk_r
toconst fn
#63
v0.8.0
v0.7.0
[0.7.0] - 2021-07-05
Changed
- Update
canonical
from v0.5.0 to v0.6.0 #44 - Update
rand_core
from v0.5.0 to v0.6.0 #44 - Update
dusk-jubjub
from v0.8.0 to v0.10.0 #44 - Update
dusk-poseidon
from v0.20.0 to v0.21 #44 - Update
rand_core
to not use default features #48 - Change
permutation::hash
to use poseidon'struncated::hash
#50
Removed
- Remove
rand
from dev-dependencies #44