Remove duplicated words #1603

pull cocoyeal wants to merge 1 commits into bitcoin:master from cocoyeal:remove_duplicated_words changing 8 files +12 −12
  1. cocoyeal commented at 8:23 am on May 29, 2024: contributor
    removed duplicated words across 8 files.
  2. remove duplicated words 46a2440718
  3. danielCalbonero12345 approved
  4. 1elsa1 approved
  5. in bip-0350.mediawiki:220 in 46a2440718
    216@@ -217,7 +217,7 @@ their invalidity.
    217 
    218 Checksums are used to detect errors introduced into data during transfer. A hash function-based checksum such as Base58Check detects any type of error uniformly, but not all classes of errors are equally likely to occur in practice. Bech32 prioritizes detection of substitution errors, but improving detection of one error class inevitably worsens detection of other error classes. During the design of Bech32, it was assumed that other simple error patterns beside substitutions would have a similar detection rate as in a hash function-based design, and detection would only be worse for complex, impractical errors. The discovered insertion weakness shows that this is not the case.
    219 
    220-For Bech32m, we aim to retain Bech32's guarantees for substitution errors, but make sure that other common errors don't perform worse than a hash function-based checksum would. To make sure the new standard is easy to implement, we restrict the design space to only amending the final constant that is xored in, as it was [https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2019-December/017521.html observed] that that is sufficient to mitigate the 'q' insertion issue while retaining the intended substitution error detection. In what follows, we explain how the new constant ''0x2bc830a3'' was chosen.
    


    jonatack commented at 4:12 am on May 31, 2024:
    “that that” isn’t incorrect here (see https://twominenglish.com/is-that-that-grammatically-correct/), but both ways are fine
  6. jonatack commented at 4:15 am on May 31, 2024: contributor
    ACK
  7. jonatack merged this on May 31, 2024
  8. jonatack closed this on May 31, 2024

  9. 1elsa1 approved
  10. 1elsa1 approved

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: 2024-11-21 09:10 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me