We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e60ba commit b383808Copy full SHA for b383808
.github/workflows/workspace.yml
@@ -42,4 +42,4 @@ jobs:
42
runs-on: ubuntu-latest
43
steps:
44
- uses: actions/checkout@v5
45
- - uses: crate-ci/typos@v1.36.2
+ - uses: crate-ci/typos@v1.38.1
ml-dsa/src/sampling.rs
@@ -214,7 +214,7 @@ mod test {
214
}
215
216
// Verify that RejNTTPoly produces samples that are in the proper range, and roughly uniform.
217
- // For the "roughly unform" criterion,
+ // For the "roughly uniform" criterion,
218
#[test]
219
fn test_rej_ntt_poly() {
220
let sample: Array<Array<Elem, U256>, U16> = Array::from_fn(|i| {
0 commit comments