- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for isLess (0.06 seconds)
-
lib/fips140/v1.0.0-c2097c7c.zip
whether x is all zeroes in constant time. func isZero(x []byte) bool { var acc byte for _, b := range x { acc |= b } return acc == 0 } // isLess reports whether a < b, where a and b are big-endian buffers of the // same length and shorter than 72 bytes. func isLess(a, b []byte) bool { if len(a) != len(b) { panic("crypto/ecdh: internal error: mismatched isLess inputs") } // Copy the values into a fixed-size preallocated little-endian buffer. // 72 bytes is enough for every scalar in this package,...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0) -
lib/fips140/v1.1.0-rc1.zip
whether x is all zeroes in constant time. func isZero(x []byte) bool { var acc byte for _, b := range x { acc |= b } return acc == 0 } // isLess reports whether a < b, where a and b are big-endian buffers of the // same length and shorter than 72 bytes. func isLess(a, b []byte) bool { if len(a) != len(b) { panic("crypto/ecdh: internal error: mismatched isLess inputs") } // Copy the values into a fixed-size preallocated little-endian buffer. // 72 bytes is enough for every scalar in this package,...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), type Rusage struct, Idrss int64 pkg syscall (freebsd-arm64), type Rusage struct, Inblock int64 pkg syscall (freebsd-arm64), type Rusage struct, Isrss int64 pkg syscall (freebsd-arm64), type Rusage struct, Ixrss int64 pkg syscall (freebsd-arm64), type Rusage struct, Majflt int64 pkg syscall (freebsd-arm64), type Rusage struct, Maxrss int64
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 17 20:31:46 GMT 2023 - 508.9K bytes - Click Count (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), type Rusage struct, Idrss int64 #53466 pkg syscall (freebsd-riscv64), type Rusage struct, Inblock int64 #53466 pkg syscall (freebsd-riscv64), type Rusage struct, Isrss int64 #53466 pkg syscall (freebsd-riscv64), type Rusage struct, Ixrss int64 #53466 pkg syscall (freebsd-riscv64), type Rusage struct, Majflt int64 #53466 pkg syscall (freebsd-riscv64), type Rusage struct, Maxrss int64 #53466
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 17 21:23:32 GMT 2023 - 602.6K bytes - Click Count (0)