Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for blockPOWER (0.08 sec)

  1. lib/fips140/v1.0.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.0.0/fips140/v1.0.0/sha256/sha256block_ppc64x.s // Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed...
    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