Skip to content

Tags: Cosmian/crypto_core

Tags

v11.0.0

Toggle v11.0.0's commit message
feat: OpenSSL-backed provider for CryptoCore traits

v10.3.0

Toggle v10.3.0's commit message
feat: reexport KMAC and SHA3 from tiny_keccak and add new Serializabl…

…e impls

v10.2.0

Toggle v10.2.0's commit message
feat: implements `Serializable` for different base types from the std

v10.1.0

Toggle v10.1.0's commit message
feat: adds a `define_byte_type` macro to easily derive byte types

v10.0.1

Toggle v10.0.1's commit message
fix: Expose missing `generator()` function for the R25519 curve

v10.0.0

Toggle v10.0.0's commit message
feat: adds implementation of some arithmetic operations for curve points

v9.6.1

Toggle v9.6.1's commit message
feat: adds implementation of some arithmetic operations for curve poi…

…nts,

v9.6.0

Toggle v9.6.0's commit message
feat: Dereference secrets to &[u8; LENGTH]

v9.5.0

Toggle v9.5.0's commit message
fix(cargo): remove security invalid category slug

v9.4.0

Toggle v9.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>