Crates.io | libcrypto |
lib.rs | libcrypto |
version | 0.1.0 |
source | src |
created_at | 2024-06-12 02:58:14.819735 |
updated_at | 2024-06-12 02:58:14.819735 |
description | a collection of cryptographic functions |
homepage | |
repository | |
max_upload_size | |
id | 1269186 |
size | 47,011 |
This crate implements various cryptographic functions, including AES in GCM and SHA-256.
This crate implements these functions purely in software. Hardware implementations are a future goal.
WARNING: This code has not been audited. Use at your own risk.