9 releases
0.2.0 | Nov 18, 2024 |
---|---|
0.1.0 | Jun 18, 2024 |
0.0.7 | Jun 8, 2024 |
0.0.6 | May 4, 2024 |
0.0.1 | Mar 26, 2024 |
#2371 in Cryptography
172 downloads per month
Used in openpgp-card-tool-git
38KB
704 lines
rpgpie-certificate-store
An OpenPGP certificate (public key) storage and retrieval mechanism for use with rpgpie 🦀️🔐🥧 and rPGP.
Based on the openpgp-cert-d generic OpenPGP certificate store.
This crate uses an SQLite cache for efficient search in a cert-d, including by subkey fingerprint.
lib.rs
:
Access layer for access to a Shared OpenPGP Certificate Directory with rpgpie 🦀️🔐🥧. This crate offers various modes of certificate lookup, including search by subkey fingerprint, as well as by user id.
The index for this crate is stored in a crate-specific sqlite database.
Dependencies
~58MB
~1M SLoC