1 unstable release

0.1.0 Jun 12, 2024

#1711 in Cryptography


Used in turtls

Apache-2.0

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.

No runtime deps