crypto/scrypt
Dmitry Chestnykh 97488752ad scrypt: 2x faster.
Work on uint32 slices instead of bytes.
Replace usage of Salsa20/8 from salsa package with
the specialized version.

benchmark       old ns/op    new ns/op    delta
BenchmarkKey    266430525    126657130  -52.46%

R=agl
CC=golang-dev
https://golang.org/cl/7139050
2013-01-17 11:42:30 -05:00
..
scrypt.go scrypt: 2x faster. 2013-01-17 11:42:30 -05:00
scrypt_test.go scrypt: 2x faster. 2013-01-17 11:42:30 -05:00