- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for extractors (0.09 sec)
-
src/cmd/asm/internal/asm/testdata/amd64enc.s
EXTRACTPS $0, X2, (BX) // 660f3a171300 EXTRACTPS $1, X11, (BX) // 66440f3a171b01 EXTRACTPS $2, X2, (R11) // 66410f3a171302 EXTRACTPS $3, X11, (R11) // 66450f3a171b03 EXTRACTPS $3, X2, DX // 660f3a17d203 EXTRACTPS $2, X11, DX // 66440f3a17da02 EXTRACTPS $1, X2, R11 // 66410f3a17d301
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 08 21:38:44 UTC 2021 - 581.9K bytes - Viewed (1) -
RELEASE.md
* Delegate application failure leaves interpreter in valid state. * Add check for correct memory alignment to `MemoryAllocation::MemoryAllocation()`. * Extracts `NNAPIDelegateKernel` from nnapi_delegate.cc * Added support for `FusedBatchNormV3` in converter. * A ragged to dense op for directly calculating tensors. * Fix accidental quadratic graph construction cost in graph-mode
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2) -
lib/fips140/v1.0.0.zip
"crypto/internal/fips140/hmac" ) func Extract[H fips140.Hash](h func() H, secret, salt []byte) []byte { if len(secret) < 112/8 { fips140.RecordNonApproved() } if salt == nil { salt = make([]byte, h().Size()) } extractor := hmac.New(h, salt) hmac.MarkAsUsedInKDF(extractor) extractor.Write(secret) return extractor.Sum(nil) } func Expand[H fips140.Hash](h func() H, pseudorandomKey []byte, info string, keyLen int) []byte { out := make([]byte, 0, keyLen) expander := hmac.New(h, pseudorandomKey) hmac.MarkAsUsedInKDF(expander)...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)