1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-26 12:10:14 +00:00

Appending author's name.

Greg Tonoski 2023-09-14 11:59:54 +02:00
parent 41dbb6926e
commit dbce8e03b2

@ -32,7 +32,7 @@ There are alternative binary-to-word encodings, e.g. PGP word list (a.k.a biomet
Are there any benefits of SHA-256-derived checksum requirement? User ends up in the same situation if they input incorrect words - irrespectively of the checksum appended. Typing errors are not prevented. --Greg Tonoski, 2023-09-13
# Separation of concerns: key generation technique
Key generation techniques may vary and co-exist. They are not dependent on Bitcoin protocol and vice-versa. While there are benefits of interoperability (e.g. standardized format of keys), the key generation techniques (e.g. PBKDF2, "The iteration count is set to 2048", source of randomness) may be treated separately and individually.
Key generation techniques may vary and co-exist. They are not dependent on Bitcoin protocol and vice-versa. While there are benefits of interoperability (e.g. standardized format of keys), the key generation techniques (e.g. PBKDF2, "The iteration count is set to 2048", source of randomness) may be treated separately and individually. --Greg Tonoski, 2023-09-13
# Robustness: POSIX shell reserved words are used in the BIP39 wordlist
Shells may interpret some words as reserved ones if not quoted, e.g. time, then, select, until.
Shells may interpret some words as reserved ones if not quoted, e.g. time, then, select, until. --Greg Tonoski, 2023-09-14