1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-02-16 15:33:00 +00:00

BIP85: fix typo in byte value (#2100)

This commit is contained in:
YoCheng 2026-02-14 03:18:59 +08:00 committed by GitHub
parent eae7d9fc57
commit 97781eae4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -200,7 +200,7 @@ OUTPUT:
====18 English words====
BIP39 English 18 word mnemonic seed
196 bits of entropy as input to BIP39 to derive 18 word mnemonic
192 bits of entropy as input to BIP39 to derive 18 word mnemonic
INPUT:
* MASTER BIP32 ROOT KEY: xprv9s21ZrQH143K2LBWUUQRFXhucrQqBpKdRRxNVq2zBqsx8HVqFk2uYo8kmbaLLHRdqtQpUm98uKfu3vca1LqdGhUtyoFnCNkfmXRyPXLjbKb
@ -443,7 +443,7 @@ BIP32, BIP39
===2.0.0 (2025-09-19)===
====Fixed====
====Fixed====
* Fixed the human-readable datetime string for BIP85 GPG Keys that was incorrectly stated as '2009-01-03 18:05:05' rather than '2009-01-03 18:15:05'. Implementations that relied on the previously incorrect datetime string instead of UNIX Epoch timestamp 1231006505 will produce different key fingerprints.