- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestAddMulVVWSized (0.11 sec)
-
lib/fips140/v1.0.0.zip
0, 0, 0, 0, 0, 1}) if err == nil || err.Error() != expected { t.Errorf("NewModulus(1) got %q, want %q", err, expected) } } func makeTestValue(nbits int) []uint { n := nbits / _W x := make([]uint, n) for i := range n { x[i]-- } return x } func TestAddMulVVWSized(t *testing.T) { // Sized addMulVVW have architecture-specific implementations on // a number of architectures. Test that they match the generic // implementation. tests := []struct { n int f func(z, x *uint, y uint) uint }{ {1024, addMulVVW1024},...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)