Cosmian / crypto_core

Other
1 stars 1 forks source link

Serializable and SecureSerializable traits #51

Open Manuthor opened 1 year ago

Manuthor commented 1 year ago

We actually may want to have two serializable traits: Serializable and SecureSerializable. That way encrypted objects would be serialized directly to Vec rather than Zeroizing<Vec>, which would avoid needing clones afterwards.