[][src]Module libpasta::key

The key module is for managing key sources.

The idea is that a running application can dynamically insert keys into the key store, which are used for producing and verifying hashes.

Structs

LocalStore

Structure used as a global store for keys.

Traits

Store

A key storage source. Permits retrieving and storing keys.