Re-exports§
pub use implementation::create_store;
Modules§
Traits§
- Store
Backend - 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.