sequoia-keystore-backend

Crates.iosequoia-keystore-backend
lib.rssequoia-keystore-backend
version0.6.0
sourcesrc
created_at2024-01-21 19:02:29.50112
updated_at2024-08-27 17:23:44.107128
descriptionTraits for private key store backends.
homepagehttps://sequoia-pgp.org/
repositoryhttps://gitlab.com/sequoia-pgp/sequoia-keystore
max_upload_size
id1107811
size188,604
Justus Winter (teythoon)

documentation

README

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.

Commit count: 165

cargo fmt