- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for interestingValues (0.12 seconds)
-
lib/fips140/v1.1.0-rc1.zip
LICENSE file. package mldsa import ( "math/big" "testing" ) type interestingValue struct { v uint32 m fieldElement } // q is large enough that we can't exhaustively test all q × q inputs, so when // we have two inputs we test [0, q) on one side and a set of interesting // values on the other side. func interestingValues() []interestingValue { if testing.Short() { return []interestingValue{{v: q - 1, m: minusOne}} } var values []interestingValue for _, v := range []uint32{ 0, 1, 2, 3, q - 3, q - 2, q - 1,...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0)