- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ty (0.07 sec)
-
RELEASE.md
stjohnso98, Tamas Bela Feher, Tamas Nyiri, Tarandeep Singh, Teng Lu, Thibaut Goetghebuer-Planchon, Tim Bradley, Tomasz Strejczek, Tongzhou Wang, Torsten Rudolf, Trent Lo, Ty Mick, Tzu-Wei Sung, Varghese, Jojimon, Vignesh Kothapalli, Vishakha Agrawal, Vividha, Vladimir Menshakov, Vladimir Silyaev, VoVAllen, Võ Văn Nghĩa, wondertx, xiaohong1031, Xiaoming (Jason) Cui, Xinan Jiang, Yair
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2) -
lib/fips140/v1.0.0.zip
d.Equal(&a) != 1 { t.Errorf("Swap failed") } } func TestMult32(t *testing.T) { mult32EquivalentToMu := func(x Element, y uint32) bool { t1 := new(Element) for i := 0; i < 100; i++ { t1.Mult32(&x, y) } ty := new(Element) ty.l0 = uint64(y) t2 := new(Element) for i := 0; i < 100; i++ { t2.Multiply(&x, ty) } return t1.Equal(t2) == 1 && isInBounds(t1) && isInBounds(t2) } if err := quick.Check(mult32EquivalentToMu, quickCheckConfig(1024)); err != nil { t.Error(err) } } func TestSqrtRatio(t *testing.T) {...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)