- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for 66 (1.46 sec)
-
api/go1.14.txt
pkg syscall (freebsd-arm64), const ENOTCAPABLE Errno pkg syscall (freebsd-arm64), const ENOTCONN = 57 pkg syscall (freebsd-arm64), const ENOTDIR = 20 pkg syscall (freebsd-arm64), const ENOTEMPTY = 66 pkg syscall (freebsd-arm64), const ENOTRECOVERABLE = 95 pkg syscall (freebsd-arm64), const ENOTRECOVERABLE Errno pkg syscall (freebsd-arm64), const ENOTSOCK = 38 pkg syscall (freebsd-arm64), const ENOTSUP = 45
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
*[p521ElementLen]byte) []byte { var tmp p521NonMontgomeryDom p521FromMontgomery(&tmp, &e.x) p521ToBytes(out, (*p521UntypedFieldElem)(&tmp)) p521InvertEndianness(out[:]) return out[:] } // SetBytes sets e = v, where v is a big-endian 66-byte encoding, and returns e. // If v is not 66 bytes or it encodes a value higher than 2^521 - 1, // SetBytes returns nil and an error, and e is unchanged. func (e *P521Element) SetBytes(v []byte) (*P521Element, error) { if len(v) != p521ElementLen { return nil, errors.New("invalid...
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
python version via ./configure. * Some improvements to GPU performance and memory usage: [convnet benchmarks](https://github.com/soumith/convnet-benchmarks/issues/66) roughly equivalent with native cudnn v2 performance. Improvements mostly due to moving to 32-bit indices, faster shuffling kernels. More improvements to come in later releases. ## Bug Fixes
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1)