Releases: Cosmian/crypto_core
Releases · Cosmian/crypto_core
v10.3.0
v10.2.0
feat: implements `Serializable` for different base types from the std
v10.1.0
feat: adds a `define_byte_type` macro to easily derive byte types
v10.0.1
v10.0.0
feat: adds implementation of some arithmetic operations for curve points
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…