libcrypto

Crates.iolibcrypto
lib.rslibcrypto
version0.1.0
sourcesrc
created_at2024-06-12 02:58:14.819735
updated_at2024-06-12 02:58:14.819735
descriptiona collection of cryptographic functions
homepage
repository
max_upload_size
id1269186
size47,011
(lukasvrenner)

documentation

README

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.

Commit count: 0

cargo fmt