Releases: Cosmian/crypto_core
Releases · Cosmian/crypto_core
v9.0.2
Update ci.yml - remove semver check for publish Semver seems to be running into problems - deactivating until issues fixed
v9.0.1
fix: use only license-file field in Cargo.toml du to undefined Commer…
v9.0.0
fix: Revert RFC 5649 changes on wrap function
v8.0.0
feat: rework of base traits and add ECIES
v7.1.0
feat: Add ECIES scheme implementation using Dalek implementation comb…
v6.0.0
ci: pass github secrets to workflow
v5.0.0
fix!: improve serialization interfaces
v4.0.1
Remove crate-type cdylib
v4.0.0
Improve entropy generation and use `Shake128` instead of `Shake256`
v3.0.0
[3.0.0] - 2022-10-04
Added
DhKeyPair
which represents an asymmetric key pair in a space wher the
Computational Diffie-Helman problem is intractable
Changed
- use constant generics
- use
core
instead ofstd
when possible
Fixed
Removed
NonceTrait::increment()
SymmetricCrypto
traitBlock
kdf
module