Skip to content

Releases: Cosmian/crypto_core

v9.0.2

13 Aug 16:51
c176397
Compare
Choose a tag to compare
Update ci.yml - remove semver check for publish

Semver seems to be running into problems - deactivating until issues fixed

v9.0.1

13 Jul 09:57
Compare
Choose a tag to compare
fix: use only license-file field in Cargo.toml du to undefined Commer…

v9.0.0

11 Jul 07:23
Compare
Choose a tag to compare
fix: Revert RFC 5649 changes on wrap function

v8.0.0

30 Jun 09:09
Compare
Choose a tag to compare
feat: rework of base traits and add ECIES

v7.1.0

03 May 09:38
Compare
Choose a tag to compare
feat: Add ECIES scheme implementation using Dalek implementation comb…

v6.0.0

10 Jan 11:36
Compare
Choose a tag to compare
ci: pass github secrets to workflow

v5.0.0

15 Nov 09:41
Compare
Choose a tag to compare
fix!: improve serialization interfaces

v4.0.1

24 Oct 14:51
Compare
Choose a tag to compare
Remove crate-type cdylib

v4.0.0

24 Oct 12:03
Compare
Choose a tag to compare
Improve entropy generation and use `Shake128` instead of `Shake256`

v3.0.0

04 Oct 13:08
be3b903
Compare
Choose a tag to compare

[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 of std when possible

Fixed

Removed

  • NonceTrait::increment()
  • SymmetricCrypto trait
  • Block
  • kdf module