subtle icon indicating copy to clipboard operation
subtle copied to clipboard

Pure-Rust traits and utilities for constant-time cryptographic implementations.

Results 48 subtle issues
Sort by recently updated
recently updated
newest added
trafficstars

This updates the changelog to include the most recent version. Closes #128.

Per [this zulip discussion](https://rust-lang.zulipchat.com/#narrow/channel/146212-t-compiler.2Fconst-eval/topic/const.20ptr.3A.3Aread_volatile) and rust-lang/rust#140341 and in contrast to the discussion on #107, `read_volatile` (and all other equivalent functions in the standard library) should provide strict fewer optimization barriers...

very small change here. probably the last changes needed before rand is 1.0

Updated the copyright year from 2024 to 2025 in the LICENSE file

fix: corrected "feautre" to "feature"

This pull request contains changes to improve clarity, correctness and structure. **Description correction:** Corrected `feautre` to `feature` Please review the changes and let me know if any additional changes are...

The panic location printed by a panicking `.expect()` call is not helpful -- it points to subtle instead of the code that had the expectation. I was lucky that the...