Releases: Cosmian/crypto_core
Releases · Cosmian/crypto_core
v10.0.0
v9.6.1
feat: adds implementation of some arithmetic operations for curve poi…
v9.6.0
feat: Dereference secrets to &[u8; LENGTH]
v9.5.0
fix(cargo): remove security invalid category slug
v9.4.0
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 <[email protected]>
v9.3.0
feat: Add support for RSA key generation, key-wrapping and PKCS#8 imp…
v9.2.1
feat: Allow the deserializer to perform zero-copy reading (using slices)
v9.2.0
feat: add support for ECIES over NIST curves: P-192, P-224, P-256, P-384
v9.1.0
feat: Implement Signature traits (involved in x509-cert crate) for Ce…
v9.0.3
fix: more reexports