@indutny would there be any support for adding `scryptSync()` and `scrypt()` to the `crypto` module? There is already support for `PBKDF2` but `scrypt` can offer an order of magnitude or more strength for the same derivation time.
@indutny would there be any support for adding
scryptSync()andscrypt()to thecryptomodule?There is already support for
PBKDF2butscryptcan offer an order of magnitude or more strength for the same derivation time.