Releases: Cosmian/cover_crypt
Releases · Cosmian/cover_crypt
v6.0.7
Merge pull request #50 from Cosmian/develop
Merge in Main
v6.0.6
CI: use KMS version from Gitlab variable
v6.0.5
rename to cosmian_cover_crypt
v6.0.4
[6.0.4] - 2022-09-28
Added
Changed
- Strip symbols on release for native library (libcover_crypt.so)
Fixed
Removed
v6.0.3
[6.0.3] - 2022-09-12
Added
Changed
- Adapt CI for
cosmian_js_lib
tests:
- populate postgres and postgrest docker containers
Fixed
Removed
v6.0.2
[6.0.2] - 2022-09-11
Added
Changed
- Simplify CI tests on
cosmian_js_lib
and cosmian_java_lib
Fixed
Removed
v6.0.1
[6.0.1] - 2022-09-05
Added
- Enable tests on
cosmian_js_lib
and cosmian_java_lib
- Auto NPM publish on tags
Changed
Fixed
- Fix error message on invalid size errors.
Removed
v6.0.0
[6.0.0] - 2022-08-29
Added
write_array::<Length>()
read_array::<Length>()
Changed
read_array()
-> read_vec()
write_array()
-> write_vec()
bytes_ser_de
is now private
Fixed
Removed
v5.0.0
[5.0.0] - 2022-08-24
Added
Changed
Fixed
Removed
v4.1.1
[4.1.1] - 2022-08-01
Added
Changed
- Serialization saves some more bytes
- Remove
Partition
s from Encapsulation
s: now CoverCrypt returns a vector of
symmetric keys when decaps
. These keys should be tried on real symmetric
ciphertexts in order to determine which is the good one. This works because
symmetric ciphertexts are autenticated.
Fixed
- bug in public key rotation
- improved speed in decaps
Removed