are used as default parameter. But is it a typo as here is the suggestion from pycryptodome
A good choice of parameters *(N, r , p)* was suggested
by Colin Percival in his `presentation in 2009`__:
- *( 2¹⁴, 8, 1 )* for interactive logins (≤100ms)
- *( 2²⁰, 8, 1 )* for file encryption (≤5s)
What was wrong?
Currently, when using
scrypt
as kdf, as shown in https://github.com/ethereum/eth-keyfile/blob/master/eth_keyfile/keyfile.py#L87are used as default parameter. But is it a typo as here is the suggestion from pycryptodome
How can it be fixed?
Change
to