Crypto Flexs
  • DIRECTORY
  • CRYPTO
    • ETHEREUM
    • BITCOIN
    • ALTCOIN
  • BLOCKCHAIN
  • EXCHANGE
  • ADOPTION
  • TRADING
  • HACKING
  • SLOT
Crypto Flexs
  • DIRECTORY
  • CRYPTO
    • ETHEREUM
    • BITCOIN
    • ALTCOIN
  • BLOCKCHAIN
  • EXCHANGE
  • ADOPTION
  • TRADING
  • HACKING
  • SLOT
Crypto Flexs
Home»ETHEREUM NEWS»Why not use X? Useful Examples of Bitcoin
ETHEREUM NEWS

Why not use X? Useful Examples of Bitcoin

By Crypto FlexsJune 11, 20243 Mins Read
Facebook Twitter Pinterest LinkedIn Tumblr Email
Why not use X?  Useful Examples of Bitcoin
Share
Facebook Twitter LinkedIn Pinterest Email

Bitcoin developer Gregory Maxwell wrote: From Reddit:

There is a design flaw in the Bitcoin protocol that allows a third party to take your valid transaction and alter it in a way that is valid and functionally identical, but with a different transaction ID. This greatly complicates writing proper wallet software, and can be abused to invalidate long chains of unconfirmed transactions that rely on non-mutant transactions (since transactions refer to each other by txid).

This problem arises from several sources. One of them is OpenSSL’s willingness to accept and understand signatures containing incorrect encoding. A typical ECDSA signature encodes two large integers, and the encoding is not of constant length. If there are leading zeros, they should be removed.

It’s easy to write software that assumes the signature is of constant length and leaves extra leading zeros.

This is a very interesting cautionary tale, and especially important because situations like this are part of the reason we made certain design decisions in our development philosophy. The problem in particular is this. Many people continue to raise the point that we are unnecessarily reinventing the wheel in many places and creating our own serialization formats. RLPInstead of using the existing protoboof And instead of “just using Lua,” we are building an application-specific scripting language. This is a very valid concern. Syndrome not invented here A commonly used derogatory expressionTherefore, this self-development requires justification.

And the cautionary tale quoted above provides exactly the perfect example of the justification I will provide. External technologies such as protobuf, Lua or OpenSSL are very good and have had years of development, but in many cases they were not designed with the perfect consensus, determinism and cryptographic integrity required by cryptocurrencies in mind. The OpenSSL situation above is a perfect example. Outside of cryptocurrencies, there’s really no situation where the fact that you can take a valid signature and replace it with another valid signature using a different hash is a critical issue, but here it’s critical. One of Ethereum’s core principles is simplicity. Protocols should be as simple as possible and should not contain black boxes. Every single feature of every single sub-protocol must be 100% accurately documented in a whitepaper or wiki, and implemented using it as a specification (i.e. test-driven development). Doing this for an existing software package is just as difficult as building an entirely new package from scratch. In fact, it may be even more difficult because existing software packages are more complex than necessary to complete their functionality, and our alternative is not. Protoboof specifications And compare them. RLP Specification To understand what I mean.

The above principles have limitations. For example, we are not so foolish as to start inventing our own hashing algorithms instead of using the universally acclaimed and well-validated SHA3. For signatures it’s using the same old secp256k1 as Bitcoin, but for storage it’s using RLP. Instead of the OpenSSL buffer protocol it is a v,r,s triple (v is an additional 2 bits for public key recovery purposes). These kinds of situations are ones where “just use X” is exactly the right thing to do. Because X has a clean, well-understood interface and there are no subtle differences between different implementations. SHA3 ​​for an empty string is c5d2460186…a470 in C++, Python, and Javascript. There’s no debate about that. It is important to find fundamentally the right balance between these two extremes.

Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

$ 1.2 billion in ETH EXITS exchange

May 16, 2025

NY Federal Reserve taps token assets, not CBDC, to the future of finance.

May 15, 2025

1 trillion dollar security initiative announcement

May 14, 2025
Add A Comment

Comments are closed.

Recent Posts

NVIDIA enhances path tracking in Indiana Jones Games with opaque microfatmap and BLAS compression.

May 16, 2025

BTCS Inc., a blockchain that raises $ 57.8 million to buy Ether Leeum Effects of -ETH?

May 16, 2025

$ 1.2 billion in ETH EXITS exchange

May 16, 2025

AI unveils major Alzheimer’s genes and potential treatment.

May 16, 2025

Solana Network Activity Surge and ‘Megaphone’ Chart Pattern Set $ ​​210 SOL Trame Target

May 16, 2025

VFAT SICKLE Audit Summary -Ackee Blockchain

May 16, 2025

Is the US PPI a surge in 2.4%, Bitcoin and Altcoin?

May 16, 2025

GeForce is now expanded to ‘Doom: The Dark Ages’.

May 16, 2025

As Momentum faces important tests, Solana is seeing the return of investors.

May 16, 2025

Solana Network Activity Surge and ‘Megaphone’ Chart Pattern Set $ ​​210 SOL Trame Target

May 16, 2025

Dow Jump 271 Points, S & P 500 is a victory march, NASDAQ SHEDS 0.18%

May 16, 2025

Crypto Flexs is a Professional Cryptocurrency News Platform. Here we will provide you only interesting content, which you will like very much. We’re dedicated to providing you the best of Cryptocurrency. We hope you enjoy our Cryptocurrency News as much as we enjoy offering them to you.

Contact Us : Partner(@)Cryptoflexs.com

Top Insights

NVIDIA enhances path tracking in Indiana Jones Games with opaque microfatmap and BLAS compression.

May 16, 2025

BTCS Inc., a blockchain that raises $ 57.8 million to buy Ether Leeum Effects of -ETH?

May 16, 2025

$ 1.2 billion in ETH EXITS exchange

May 16, 2025
Most Popular

Why Every New Investor Needs a Beginner’s Guide to Cryptocurrency

December 19, 2024

Harvard’s Quantum Computing Revolution: A Leap Towards Error Correction and Noise Reduction

December 8, 2023

Could a Coinbase vs. SEC win help alts like Bitbot hit 2024 highs?

February 13, 2024
  • Home
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions
© 2025 Crypto Flexs

Type above and press Enter to search. Press Esc to cancel.