https://github.com/orion-rs/orion-dudect
Testing the Rust crypto library orion with dudect-bencher
https://github.com/orion-rs/orion-dudect
constant-time crypto dudect side-channel-attacks timing-attacks
Last synced: 10 months ago
JSON representation
Testing the Rust crypto library orion with dudect-bencher
- Host: GitHub
- URL: https://github.com/orion-rs/orion-dudect
- Owner: orion-rs
- License: mit
- Created: 2019-02-13T14:58:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-09-03T13:58:53.000Z (10 months ago)
- Last Synced: 2025-09-05T01:46:40.250Z (10 months ago)
- Topics: constant-time, crypto, dudect, side-channel-attacks, timing-attacks
- Language: Rust
- Homepage:
- Size: 106 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
These are constant-time execution tests for [orion](https://github.com/orion-rs/orion).
Testing is done using [dudect-bencher](https://github.com/rozbb/dudect-bencher).
### Status: [](https://github.com/orion-rs/orion-dudect/actions/workflows/weekly.yml)
### Getting started
To run the tests simply run the relevant script, for example:
```
sh run_benches_stable_release.sh opt-level=3
```