nakov / Practical-Cryptography-for-Developers-Book

Practical Cryptography for Developers: Hashes, MAC, Key Derivation, DHKE, Symmetric and Asymmetric Ciphers, Public Key Cryptosystems, RSA, Elliptic Curves, ECC, secp256k1, ECDH, ECIES, Digital Signatures, ECDSA, EdDSA
https://cryptobook.nakov.com
MIT License
3.46k stars 418 forks source link

[docs]: scrypt use correct units and fix interactive login usage #41

Open polarathene opened 3 years ago

polarathene commented 3 years ago

The sample interactive login example has parameters for 16 MiB but incorrectly describes RAM used as 2 MB.

MB/GB units of memory are used, but the correct representation is MiB (MebiBytes) and GiB (GibiBytes). This may be an issue on other pages as well.