Commit Graph

8 Commits (8764e26368a639f9bd34fa1c8e4378dde938589d)

Author SHA1 Message Date
Jochen Hoenicke 32bda8d1d9
Faster PBKDF2 by reusing intermediate results.
8 years ago
Pavol Rusnak 51c0bb09d8
make salt constant in pbkdf2
8 years ago
Pavol Rusnak 242a5de275
simplify pbkdf2 (support only klen == hashlen) and split it
8 years ago
Pavol Rusnak 08219ea77a
pbkdf2 now uses new hmac api
8 years ago
Pavol Rusnak f6560c7d13 split pbkdf2 into pbkdf2_hmac_sha256 and pbkdf2_hmac_sha512
10 years ago
Pavol Rusnak 612f5ab050 fix copyright headers
10 years ago
Pavol Rusnak 393c298c35 add progress_callback to mnemonic/pbkdf2 functions
11 years ago
Pavol Rusnak 352bc42be2 use PBKDF2 for BIP39, add unit tests
11 years ago