Crates.io | sequoia-keystore-backend |
lib.rs | sequoia-keystore-backend |
version | 0.6.0 |
source | src |
created_at | 2024-01-21 19:02:29.50112 |
updated_at | 2024-08-27 17:23:44.107128 |
description | Traits for private key store backends. |
homepage | https://sequoia-pgp.org/ |
repository | https://gitlab.com/sequoia-pgp/sequoia-keystore |
max_upload_size | |
id | 1107811 |
size | 188,604 |
The sequoia-keystore
crate implements a server that manages secret
key material. Secret key material can be stored in files, on hardware
devices like smartcards, or accessed via the network.
sequoia-keystore
doesn't implement these access methods. This is
taken care of by various backends. The backends implement a common
interface, which is defined by this crate.