Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for blockPOWER (0.09 sec)

  1. 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...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Sep 25 19:53:19 UTC 2025
    - 642.7K bytes
    - Viewed (0)
  2. lib/fips140/v1.1.0-rc1.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.1.0-rc1/fips140/v1.1.0-rc1/sha256/sha256block_ppc64x.s // Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
Back to top