Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franziskuskiefer/key-store-rs
A key store in Rust
https://github.com/franziskuskiefer/key-store-rs
cryptography keystore traits
Last synced: about 1 month ago
JSON representation
A key store in Rust
- Host: GitHub
- URL: https://github.com/franziskuskiefer/key-store-rs
- Owner: franziskuskiefer
- License: mit
- Created: 2021-05-11T09:07:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T09:12:09.000Z (over 3 years ago)
- Last Synced: 2024-10-15T21:25:22.575Z (3 months ago)
- Topics: cryptography, keystore, traits
- Language: Rust
- Homepage: https://www.franziskuskiefer.de/key-store-rs/key_store/index.html
- Size: 1.02 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Crypto Provider & Keystore
![](https://img.shields.io/badge/status-alpha-red.svg?style=for-the-badge)
This repository holds a crate that implements a generic provider for implementations of cryptographic primitives backend by a key store for cryptographic key material.
Also see the OpenMLS Wiki on [keystore] and [crypto] for discussions and design of this crate.
[keystore]: https://github.com/openmls/openmls/wiki/Key-Store-API
[crypto]: https://github.com/openmls/openmls/wiki/Crypto