maciejhirsz / tiny-bip39

A Rust implementation of BIP-0039
Apache License 2.0
65 stars 37 forks source link

Disable parallel computing for pbkdf2 #3

Closed maciejhirsz closed 5 years ago

maciejhirsz commented 5 years ago

There is no difference in benches (occasionally it's actually faster without rayon), and it complicates builds for Wasm.