Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arctic-hen7/cryptosystem

High-level, algorithm-agnostic cryptography in Rust with sensible batteries included.
https://github.com/arctic-hen7/cryptosystem

Last synced: 21 days ago
JSON representation

High-level, algorithm-agnostic cryptography in Rust with sensible batteries included.

Awesome Lists containing this project

README

        

# Cryptosystem

This library provides a generic cryptography system for Rust crates using abstraction traits like `SymmetricCryptosystem`, which captures a series of related primitives that enable encryption and decryption using the same key. This API is high-level, but aims to remain generic for use with any algorithm.

## License

See [`LICENSE`](LICENSE).