decypt to decrypt
BIP-0324: fix typo #1812
pull leopardracer wants to merge 1 commits into bitcoin:master from leopardracer:master changing 1 files +1 −1-
leopardracer commented at 7:59 PM on April 6, 2025: contributor
-
Update reference.py 54c39b27b9
-
in bip-0324/reference.py:569 in 54c39b27b9
565 | @@ -566,7 +566,7 @@ def get_keystream_bytes(self, nbytes): 566 | return ret 567 | 568 | def crypt(self, chunk): 569 | - """Encrypt or decypt chunk.""" 570 | + """Encrypt or decrypt chunk."""
jonatack commented at 3:40 PM on April 7, 2025:I was initially confused how this function does both encryption and decryption, but per the BIP text on FSChaCha20: "Encryption and decryption are identical here, so a single function <code>crypt</code> is exposed."
jonatack commented at 3:40 PM on April 7, 2025: memberACK.
This text was added in cc177ab7bc5abcdcdf9c956ee88afd105205332.
Verified this is the only instance of this typo in the repo.
jonatack merged this on Apr 7, 2025jonatack closed this on Apr 7, 2025leopardracer commented at 3:44 PM on April 7, 2025: contributorACK.
This text was added in cc177ab.
Verified this is the only instance of this typo in the repo.
Glad I could help!
Contributors
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bips. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-14 23:10 UTC
This is a metadata mirror of the GitHub repository bitcoin/bips. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-14 23:10 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me