bitwarden_crypto::store

Module backend

Source

Re-exports§

Modules§

Traits§

  • This trait represents a platform that can store and return keys. If possible, it will try to enable as many security protections on the keys as it can. The keys themselves implement [ZeroizeOnDrop], so the store will only need to make sure that the keys are dropped when they are no longer needed.