Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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