Module encrypt_stuff::encryption

source ·
Expand description

Encrypt serializable data Choose the asymmetric encryption scheme you’d like to use and encrypt your serializable data.

Structs§

  • represents data that has been decrypted, but still needs to be deserialized assumes the data is sensitive and wraps it in a [Secret]
  • represents data that has been decrypted, but still needs to be deserialized doesn’t make the assumption that data is sensitive
  • represents the encrypted form of the data, can be serialized and deserialized

Traits§

  • general trait for encrypting serializable data