All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update dusk-poseidon to
v0.20
#42
- Add Cargo.toml fields necessary to be published on crates.io
- Add a short description to README.md
- Update dusk-poseidon to
v0.18
#38
- Disable
subtle
default-features flag #36
- Disable
jubjub
default-features flag #34
- Bump
poseidon252
tov0.17.0
- Add
PublicKey
andSecretKey
(removed fromschnorr
) - Add
dusk_bytes::Serializable
trait to structure
- Remove manual implementation of
to_bytes
andfrom_bytes
- Remove
Error
enum - Remove
decode
function
- Bump
dusk-jubjub
tov0.8
- Bump
poseidon252
tov0.16.0
- Bump
canonical
tov0.5
- Bump
canonical_derive
v0.5
- Update CHANGELOG to ISO 8601
- Use poseidon252 dependency.
- No-Std compatibility.