You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forgot to upgrade the version number in `Cargo.toml` (#76)
* Complete API for Covercrypt needs (#74)
* feat: add neutral scalar elements (one and zero) + fix lint errors
* feat: add secret type and use it to implement the symmetric key
* feat: add neutral `R25519PublicKey` element
* fix: inline neutral function calls
* fix: CI (`cargo hack check --feature-powerset`)
* feat: add zeroization to `R25519PublicKey`
* add a function to derive a key from a secret with optional additional info
* fill changelog
* Correct cargo hack errors
* Bump version
---------
Co-authored-by: Manuthor <manu.coste@gmail.com>