Open Manuthor opened 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.
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.