Skip to content

Add a const fn version of Uint::to_le_bytes (#555) #2

Add a const fn version of Uint::to_le_bytes (#555)

Add a const fn version of Uint::to_le_bytes (#555) #2

Workflow file for this run

# dudect benchmarks: check for constant-time operation
name: dudect
on:
push:
branches: master
paths-ignore:
- README.md
jobs:
dudect:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- run: cargo build --release
working-directory: dudect
- run: cargo run --release
| tee /dev/stderr
| perl -n -e '/max t = [+-](\d*\.?\d*)/; if ($1 >= 100) { exit 1 }'
working-directory: dudect