github.com/CommerciumBlockchain/go-commercium@v0.0.0-20220709212705-b46438a77516/crypto/fixed/keccakf_amd64.go (about)

     1  // This file is copied from golang/x/crypto/sha3/keccakf_amd64.go
     2  
     3  // Copyright 2015 The Go Authors. All rights reserved.
     4  // Use of this source code is governed by a BSD-style
     5  // license that can be found in the LICENSE file.
     6  
     7  // +build amd64,!purego,gc
     8  
     9  package fixed
    10  
    11  // This function is implemented in keccakf_amd64.s.
    12  
    13  //go:noescape
    14  
    15  func keccakF1600(state *[25]uint64)