- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for 0s (0.04 seconds)
-
.bazelrc
# RBE cross-compile configs for Darwin x86 common:rbe_cross_compile_macos_x86 --config=cross_compile_macos_x86 --remote_download_minimal common:rbe_cross_compile_macos_x86 --bes_backend="" --bes_results_url="" --bes_timeout="0s" common:rbe_cross_compile_macos_x86 --experimental_remote_build_event_upload="minimal" common:rbe_cross_compile_macos_x86 --config=rbe_cross_compile_base
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Mar 28 04:33:01 GMT 2026 - 58.9K bytes - Click Count (0) -
lib/fips140/v1.26.0.zip
We use an int instead of bool in order to make decisions in // constant time by turning it into a mask. type choice uint func not(c choice) choice { return 1 ^ c } const yes = choice(1) const no = choice(0) // ctMask is all 1s if on is yes, and all 0s otherwise. func ctMask(on choice) uint { return -uint(on) } // ctEq returns 1 if x == y, and 0 otherwise. The execution time of this // function does not depend on its inputs. func ctEq(x, y uint) choice { // If x != y, then either x - y or y - x will...
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)