Skip to content

Releases: Cosmian/crypto_core

v10.0.0

13 Jan 16:13
Compare
Choose a tag to compare
feat: adds implementation of some arithmetic operations for curve points

v9.6.1

26 Nov 10:51
Compare
Choose a tag to compare
feat: adds implementation of some arithmetic operations for curve poi…

v9.6.0

28 Oct 22:39
Compare
Choose a tag to compare
feat: Dereference secrets to &[u8; LENGTH]

v9.5.0

09 Jul 06:08
Compare
Choose a tag to compare
fix(cargo): remove security invalid category slug

v9.4.0

11 Jun 09:02
8d804f7
Compare
Choose a tag to compare
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

28 Sep 10:50
Compare
Choose a tag to compare
feat: Add support for RSA key generation, key-wrapping and PKCS#8 imp…

v9.2.1

26 Sep 11:38
Compare
Choose a tag to compare
feat: Allow the deserializer to perform zero-copy reading (using slices)

v9.2.0

18 Sep 15:31
Compare
Choose a tag to compare
feat: add support for ECIES over NIST curves: P-192, P-224, P-256, P-384

v9.1.0

01 Sep 08:09
Compare
Choose a tag to compare
feat: Implement Signature traits (involved in x509-cert crate) for Ce…

v9.0.3

22 Aug 09:06
997e860
Compare
Choose a tag to compare
fix: more reexports