AVX implementation of sha256.
authorCryptoManiac <balthazar@yandex.ru>
Thu, 8 Oct 2015 23:56:10 +0000 (16:56 -0700)
committerCryptoManiac <balthazar@yandex.ru>
Thu, 8 Oct 2015 23:56:10 +0000 (16:56 -0700)
commit90968340aeab68864c9c162eb9cda86e0aa358db
tree0219887569a77895e4c9e86f157f0d6528d2c3cc
parent4a35cd6ebf6215b0659427c8975c6700608b8874
AVX implementation of sha256.

This is experimental feature, currently works for Linux only.
novacoin-qt.pro
src/crypto/sha2/asm/obj/.gitignore [new file with mode: 0644]
src/crypto/sha2/asm/sha256_avx1.asm [new file with mode: 0644]
src/kernel.cpp