]> Pileus Git - ~andy/crypt/blob - scrypt.h
Add some initial code
[~andy/crypt] / scrypt.h
1 /* scrypt functions */
2 void scrypt_test();
3 void scrypt_hash(uint8_t *in, uint8_t *sum);