Structs§
- Decrypted
- represents data that has been decrypted, but still needs to be deserialized
assumes the data is sensitive and wraps it in a
[Secret]
- Decrypted
Exposed - represents data that has been decrypted, but still needs to be deserialized doesn’t make the assumption that data is sensitive
- Encrypted
- represents the encrypted form of the data, can be serialized and deserialized
Traits§
- Encryption
- general trait for encrypting serializable data