- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for ipad (0.14 seconds)
-
lib/fips140/v1.26.0.zip
generation function does not produce unique values") } blocksize := hm.inner.BlockSize() hm.ipad = make([]byte, blocksize) hm.opad = make([]byte, blocksize) if len(key) > blocksize { // If key is too big, hash it. hm.outer.Write(key) key = hm.outer.Sum(nil) } copy(hm.ipad, key) copy(hm.opad, key) for i := range hm.ipad { hm.ipad[i] ^= 0x36 } for i := range hm.opad { hm.opad[i] ^= 0x5c } hm.inner.Write(hm.ipad) return hm } // MarkAsUsedInKDF records that this HMAC instance is used as part of a KDF....
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) -
lib/fips140/v1.0.0-c2097c7c.zip
generation function does not produce unique values") } blocksize := hm.inner.BlockSize() hm.ipad = make([]byte, blocksize) hm.opad = make([]byte, blocksize) if len(key) > blocksize { // If key is too big, hash it. hm.outer.Write(key) key = hm.outer.Sum(nil) } copy(hm.ipad, key) copy(hm.opad, key) for i := range hm.ipad { hm.ipad[i] ^= 0x36 } for i := range hm.opad { hm.opad[i] ^= 0x5c } hm.inner.Write(hm.ipad) return hm } // MarkAsUsedInKDF records that this HMAC instance is used as part of a KDF....
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), type RawSockaddr struct, Family uint8 pkg syscall (freebsd-arm64), type RawSockaddr struct, Len uint8 pkg syscall (freebsd-arm64), type RawSockaddrAny struct, Pad [92]int8 pkg syscall (freebsd-arm64), type RawSockaddrDatalink struct pkg syscall (freebsd-arm64), type RawSockaddrDatalink struct, Alen uint8 pkg syscall (freebsd-arm64), type RawSockaddrDatalink struct, Data [46]int8
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) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), type RawSockaddr struct, Family uint8 #53466 pkg syscall (freebsd-riscv64), type RawSockaddr struct, Len uint8 #53466 pkg syscall (freebsd-riscv64), type RawSockaddrAny struct, Pad [92]int8 #53466 pkg syscall (freebsd-riscv64), type RawSockaddrDatalink struct #53466 pkg syscall (freebsd-riscv64), type RawSockaddrDatalink struct, Alen uint8 #53466
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Feb 17 21:23:32 GMT 2023 - 602.6K bytes - Click Count (0) -
RELEASE.md
file contents. This permits caching of file contents across close/open boundaries. * Added an axis parameter to `tf.gather`. * Added a `constant_values` keyword argument to `tf.pad`. * Adds `Dataset.interleave` transformation. * Add `ConcatenateDataset` to concatenate two datasets. * Added Mobilenet support to TensorFlow for Poets training script.Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3)