Crate mas_keystore
source ·Expand description
A crate to store keys which can then be used to sign and verify JWTs.
Re-exports§
pub use aead;
Structs§
- Helps encrypting and decrypting data
 - A structure to store a list of
PrivateKey. The keys are held in anArcto ensure they are only loaded once in memory and allow cheap cloning - Error returned when the key can’t be used for the requested algorithm
 
Enums§
- Error type used when a key could not be loaded
 - A single private key