Releases: Cosmian/cover_crypt
Releases · Cosmian/cover_crypt
v4.0.0
[4.0.0] - 2022-07-19
Added
Changed
- Implements the new version of CoverCrypt (V2).
Fixed
Removed
v3.4.0
[3.4.0] - 2022-07-18
Added
- new calls for keys update and refresh after rotation
Changed
-bumped crypto_base to 2.1.0
Fixed
- Attributes rotation; wrong update of the master keys
Removed
v3.2.1
[3.2.1] - 2022-07-18
Added
Changed
Fixed
- Returns in FFI functions (before exiting) the required pre-allocated out buffer size when buffer is too small
Removed
v3.1.0
Bump the cosmian_crypto_base version
v3.0.1
[3.0.1] - 2022-06-21
Added
- [pyo3 + JS/bindgen + FFI] Add CoverCrypt attributes rotation mechanism
Changed
Fixed
- Fix access policy to partitions
Removed
v3.0.0
[3.0.0] - 2022-06-14
Added
- Add Gitlab CI .gitlab-ci.yml
- [pyo3] Add Rust bindings for Python thanks to Pyo3
Changed
- API changed:
to_bytes
become try_to_bytes
for PrivateKey
and PublicKey
Fixed
Removed
v2.0.1
[2.0.1] - 2022-06-07
Added
- [JS/bindgen + FFI] Add ABE keys generation
Changed
Fixed
Removed
v2.0.0
[2.0.0] - 2022-05-31
Added
Changed
- Complete revamp of encoding of encapsulations and keys for a much more compact size.
CipherTexts are NOT compatible with those of the 1.x releases
Fixed
Removed
v1.0.3
[1.0.3] - 2022-05-27
Added
- [JS/bindgen] Add
webassembly_encrypt_hybrid_block
Changed
Fixed
Removed