github.com/cranelv/ethereum_mpc@v0.0.0-20191031014521-23aeb1415092/consensus/cryptonight/all.go (about)

     1  // +build !amd64
     2  
     3  package cryptonight
     4  
     5  // empty function to satisfy
     6  func encryptAESRound(xk *uint32, dst, src *uint32) {
     7  
     8  }
     9  
    10  func encrypt10AESRound(xk *uint32, dst, src *uint32) {
    11  
    12  }