1 unstable release
0.1.0 | Jun 12, 2024 |
---|
#1848 in Cryptography
Used in turtls
48KB
943 lines
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.
lib.rs
:
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.