aboutsummaryrefslogtreecommitdiff
path: root/scrypt.c
AgeCommit message (Collapse)Author
2011-12-29SHA256 code moved to a separate header fileSiarhei Siamashka
2011-12-22Fix big endian bugsSiarhei Siamashka
Now it seems to work correctly and provide performance ~0.58 khash/s per thread on Cell PPU.
2011-12-22Unmangle scrypt.c (revert to cd0b57640c0de03ac23bc965649d4085b1a2556a)Siarhei Siamashka
The mangled scrypt.c from Art Forz is too much broken on big endian systems. Revert it back to something that is more maintainable.
2011-10-06Rearrange order of operations in scrypt salsa20Art Forz
3.73kH/s/core on a 3.6GHz PhenomII compiled with gcc 4.6.1 and CFLAGS="-march=amdfam10 -O3"
2011-10-06Mangle scrypt some moreArt Forz
3.62kH/s/core on a 3.6GHz PhenomII compiled with gcc 4.6.1 and CFLAGS="-march=amdfam10 -O3"
2011-10-01Horribly mangle scrypt.cArt Forz
amd64 linux speedup from 2.02 to 2.67 kH/s with default options, from 2.59 to 3.24kH/s with -O3
2011-10-01Unbreak longpolling for scryptArt Forz
2011-09-20add scrypt functionArt Forz