ruption_quantum_encrypt 0.1.1

A quantum-secure encryption crate with hybrid lattice/code-based cryptography and true randomness
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "ruption_quantum_encrypt"
version = "0.1.1"
edition = "2021"
description = "A quantum-secure encryption crate with hybrid lattice/code-based cryptography and true randomness"
authors = ["Ruption AI <jeff@ruption.ai>"]
license = "MIT"
repository = "https://github.com/RuptionAI/ruption_quantum_encrypt"
keywords = ["cryptography", "quantum-secure", "rust", "entropy", "post-quantum"]
categories = ["cryptography"]

[dependencies]
getrandom = "0.2"    # For accessing OS-provided entropy
sha3 = "0.10"        # For SHA-3 hashing and key derivation