- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for w0 (0.03 sec)
-
.bazelrc
# Suppress all C++ compiler warnings, otherwise build logs become 10s of MBs. common:android --copt=-w common:ios --copt=-w common:linux --host_copt=-w common:macos --copt=-w common:windows --copt=/W0 common:windows --host_copt=/W0 # Suppress most C++ compiler warnings to reduce log size but allow # for specific warnings to still be present. common:linux --copt="-Wno-all" common:linux --copt="-Wno-extra"
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Fri Dec 26 23:20:26 UTC 2025 - 56.8K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
by the rejection conditions in Sign. func bitPack18(buf []byte, r ringElement) []byte { out, v := sliceForAppend(buf, 18*n/8) const b = 1 << 17 for i := 0; i < n; i += 4 { // b - [−2¹⁷+1, 2¹⁷] = [0, 2²⁸-1] w0 := b - fieldCenteredMod(r[i]) v[0] = byte(w0 << 0) v[1] = byte(w0 >> 8) v[2] = byte(w0 >> 16) w1 := b - fieldCenteredMod(r[i+1]) v[2] |= byte(w1 << 2) v[3] = byte(w1 >> 6) v[4] = byte(w1 >> 14) w2 := b - fieldCenteredMod(r[i+2]) v[4] |= byte(w2 << 4) v[5] = byte(w2 >> 4) v[6] = byte(w2 >> 12)...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)