- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for 244 (0.04 sec)
-
api/go1.14.txt
pkg syscall (freebsd-arm64), const DLT_NFC_LLCP ideal-int pkg syscall (freebsd-arm64), const DLT_NFLOG = 239 pkg syscall (freebsd-arm64), const DLT_NFLOG ideal-int pkg syscall (freebsd-arm64), const DLT_NG40 = 244 pkg syscall (freebsd-arm64), const DLT_NG40 ideal-int pkg syscall (freebsd-arm64), const DLT_NULL = 0 pkg syscall (freebsd-arm64), const DLT_NULL ideal-int pkg syscall (freebsd-arm64), const DLT_PCI_EXP = 125
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
quotient += dividend >> (d - 1) & 1 // quotient is at most (2¹¹-1) * q / 2¹¹ + 1 = 3328, so it didn't overflow. return fieldElement(quotient) } // ringElement is a polynomial, an element of R_q, represented as an array // according to FIPS 203, Section 2.4.4. type ringElement [n]fieldElement // polyAdd adds two ringElements or nttElements. func polyAdd[T ~[n]fieldElement](a, b T) (s T) { for i := range s { s[i] = fieldAdd(a[i], b[i]) } return s } // polySub subtracts two ringElements or nttElements. func...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
RELEASE.md
[CVE-2021-22898](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22898), and [CVE-2021-22901](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22901). # Release 2.4.4 This release introduces several vulnerability fixes: * Fixes a code injection issue in `saved_model_cli` ([CVE-2021-41228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41228))
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2)