bitwarden_
crypto
1.0.0
Module decryptable
Module Items
Traits
In bitwarden_
crypto::
traits
bitwarden_crypto
::
traits
Module
decryptable
Copy item path
Source
Traits
ยง
Decryptable
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.