Cosmian / crypto_core

Other
1 stars 1 forks source link

Use `secrecy` #8

Closed tbrezot closed 1 year ago

tbrezot commented 2 years ago

Moving keys around can leave copies of the data in memory without the possibility of zeroizing them [1]. It is advised to use the secrecy crate for a more secure management of the secrets [2].

bgrieder commented 1 year ago

The use of the zeroize is now enforced on all secrets.