- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for 4294967297 (0.09 seconds)
-
api/go1.14.txt
pkg syscall (freebsd-arm64), const IN_LOOPBACKNET = 127 pkg syscall (freebsd-arm64), const IN_LOOPBACKNET ideal-int pkg syscall (freebsd-arm64), const IN_RFC3021_MASK = 4294967294 pkg syscall (freebsd-arm64), const IN_RFC3021_MASK ideal-int pkg syscall (freebsd-arm64), const INLCR = 64 pkg syscall (freebsd-arm64), const INLCR ideal-int pkg syscall (freebsd-arm64), const INPCK = 16
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Feb 17 20:31:46 GMT 2023 - 508.9K bytes - Click Count (0) -
lib/fips140/v1.26.0.zip
this source code is governed by a BSD-style // license that can be found in the LICENSE file. package mldsa import ( "crypto/internal/constanttime" "crypto/internal/fips140/sha3" "errors" "math/bits" ) const ( q = 8380417 // 2²³ - 2¹³ + 1 R = 4294967296 // 2³² RR = 2365951 // R² mod q, aka R in the Montgomery domain qNegInv = 4236238847 // -q⁻¹ mod R (q * qNegInv ≡ -1 mod R) one = 4193792 // R mod q, aka 1 in the Montgomery domain minusOne = 4186625 // (q - 1) * R mod q, aka -1 in the Montgomery domain...
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)