Releases: dusk-network/jubjub
Releases · dusk-network/jubjub
v0.8.1
0.8.1
Change
- Issue #61 - Fix on default-features prop of dusk-bls12_381 dependency
0.7.0
Add
- Add
Serializable
trait to all structures
Remove
- Remove manual implementation of
from_bytes
and to_bytes
from all structures
Change
- Change return value of
from_bytes
from Option
/ CtOption
into Result<Self, Error>
v0.6.0
0.6.0
Change
- Update
dusk-bls12_381
to 0.4.0
.
- Update
rand_core
to 0.6
.
v0.5.0
0.5.0
Change
- Update
dusk-bls12_381
to 0.3.0
.
- Export
Fr
as JubJubScalar
- Create no-std compatibility via feature.
- Rename
AffinePoint
to JubJubAffine
- Rename
ExtendedPoint
to JubJubExtended
v0.4.0
0.4.0
Change
- Derive
Canon
for ExtendedPoint
.
- Add
canonical
deps as optional behind a feature flag.
v0.3.7
Add
to_hash_inputs
method for ExtendedPoint
(See #40)
v0.3.6
Add
- Implements #25 Use standard docs.rs documentation engine.
- Implements #31 Generators available as extended points.
- Implements #32 ElGamal encryption scheme.
- Implements #33 no_std as optional feature
v0.3.5
Fixes #25 - Use bytes wide for JubJubScalar
v0.3.4
DHKE should return EC point