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

minor clarification

Greg Tonoski 2023-09-13 13:52:46 +02:00
parent f1d6702c6c
commit d8bb8236ea

@ -28,5 +28,5 @@ There are alternative binary-to-word encodings, e.g. PGP word list (a.k.a biomet
# Inflexibility: entropy of 128, 160, 192, 224, 256 bit length limit is imposed instead of accepting any length (between 128-256).
--Greg Tonoski, 2023-09-13
# Complexity: SHA-256 calculation may be avoided and separated
# Complexity: SHA-256 calculation may be avoided and/or separated (optional)
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