github.com/deroproject/derosuite@v2.1.6-1.0.20200307070847-0f2e589c7a2b+incompatible/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  }