Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPower2Round (0.08 sec)

  1. lib/fips140/v1.1.0-rc1.zip

    sigSize(params44) { t.Errorf("SignatureSize44 constant incorrect") } if SignatureSize65 != sigSize(params65) { t.Errorf("SignatureSize65 constant incorrect") } if SignatureSize87 != sigSize(params87) { t.Errorf("SignatureSize87 constant incorrect") } } func TestPower2Round(t *testing.T) { t.Parallel() for x := range uint32(q) { rr, _ := fieldToMontgomery(x) t1, t0 := power2Round(rr) hi, err := fieldToMontgomery(uint32(t1) << 13) if err != nil { t.Fatalf("power2Round(%d): failed to convert high part to Montgomery:...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
Back to top