Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for interesting (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. lib/fips140/v1.26.0.zip

    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, q / 2,...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 08 17:58:32 GMT 2026
    - 660.3K bytes
    - Click Count (0)
Back to Top