An open API service indexing awesome lists of open source software.

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

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: [![dudect](https://github.com/orion-rs/orion-dudect/actions/workflows/weekly.yml/badge.svg)](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
```