bitwarden_crypto::traits

Module decryptable

Source

Traitsยง

  • A decryption operation that takes the input value and decrypts it into the output value. Implementations should generally consist of calling Decryptable::decrypt for all the fields of the type.