github.com/turingchain2020/turingchain@v1.1.21/common/crypto/sha3/keccakf_amd64.go (about)

     1  // Copyright Turing Corp. 2018 All Rights Reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  // Copyright 2015 The Go Authors. All rights reserved.
     6  // Use of this source code is governed by a BSD-style
     7  // license that can be found in the LICENSE file.
     8  
     9  // +build amd64,!appengine,!gccgo
    10  
    11  package sha3
    12  
    13  // This function is implemented in keccakf_amd64.s.
    14  
    15  //go:noescape
    16  
    17  func keccakF1600(a *[25]uint64)