Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Mac (0.03 sec)

  1. RELEASE.md

    ## Deprecations
    
    *   TensorFlow 1.1.0 will be the last time we release a binary with Mac GPU
        support. Going forward, we will stop testing on Mac GPU systems. We continue
        to welcome patches that maintain Mac GPU support, and we will try to keep
        the Mac GPU build working.
    
    ## Changes to contrib APIs
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
  2. lib/fips140/v1.0.0.zip

    var output [32]byte var input [aes.BlockSize]byte input[2] = label copy(input[4:], context[:]) input[1] = 0x01 // i = 1 K1 := kdf.mac.MAC(input[:]) input[1] = 0x02 // i = 2 K2 := kdf.mac.MAC(input[:]) copy(output[:], K1[:]) copy(output[aes.BlockSize:], K2[:]) return output } golang.org/fips140@v1.0.0/fips140/v1.0.0/aes/gcm/gcm.go // Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package gcm...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top