Crates.io | sequoia-keystore-backend |
lib.rs | sequoia-keystore-backend |
version | |
source | src |
created_at | 2024-01-21 19:02:29.50112+00 |
updated_at | 2025-03-07 13:02:45.976296+00 |
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 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.