2 releases

0.1.1 Feb 13, 2025
0.1.0 Feb 13, 2025

#1075 in Cryptography

Download history 253/week @ 2025-02-11

253 downloads per month

BSD-3-Clause

135KB
1.5K SLoC

ct-aes

Docs

TODO

Installation

[dependencies]
ct-aes = "0.1"

Performance

TODO

Security

Disclosure

This project uses full disclosure. If you find a security bug in an implementation, please e-mail me or create a GitHub issue.

Disclaimer

You should only use cryptography libraries that have been reviewed by cryptographers or cryptography engineers. While I am a cryptography engineer, I'm not your cryptography engineer, and I have not had this project reviewed by any other cryptographers.


lib.rs:

Constant time AES.

Warning

This is low-level cryptography. It must only be used for implementing high-level constructions. It must only be used as a fallback for platforms without AES intrinsics. Do NOT use this code unless you know exactly what you are doing. If in doubt, use aes-gcm instead.

Dependencies