bitwarden_
crypto
1.0.0
Module encryptable
Module Items
Traits
In bitwarden_
crypto::
traits
bitwarden_crypto
::
traits
Module
encryptable
Copy item path
Source
Traits
ยง
Encryptable
An encryption operation that takes the input value and encrypts it into the output value. Implementations should generally consist of calling
Encryptable::encrypt
for all the fields of the type.