Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for blockPOWER (0.18 seconds)

  1. lib/fips140/v1.26.0.zip

    to avoid the // performance overhead of checking it on every block. var ppc64sha2 = godebug.Value("#ppc64sha2") != "off" func init() { impl.Register("sha256", "POWER8", &ppc64sha2) } //go:noescape func blockPOWER(dig *Digest, p []byte) func block(dig *Digest, p []byte) { if ppc64sha2 { blockPOWER(dig, p) } else { blockGeneric(dig, p) } } golang.org/fips140@v1.26.0/fips140/v1.26.0/sha256/sha256block_ppc64x.s // Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed...
    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)
  2. lib/fips140/v1.0.0-c2097c7c.zip

    to avoid the // performance overhead of checking it on every block. var ppc64sha2 = godebug.Value("#ppc64sha2") != "off" func init() { impl.Register("sha256", "POWER8", &ppc64sha2) } //go:noescape func blockPOWER(dig *Digest, p []byte) func block(dig *Digest, p []byte) { if ppc64sha2 { blockPOWER(dig, p) } else { blockGeneric(dig, p) } } golang.org/fips140@v1.0.0-c2097c7c/fips140/v1.0.0-c2097c7c/sha256/sha256block_ppc64x.s // Copyright 2016 The Go Authors. All rights reserved. // Use of this source...
    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)
Back to Top