Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法弄清楚以太坊使用的编码方案?看起来比特币使用了 Base 64 编码,如此处所示。只是想弄清楚以太坊
以太坊使用使用序列化的 RLP。它由以太坊开发人员开发。RLP 是一种确定性方案,而其他方案可能对相同的输入产生不同的结果,这在区块链上是不可接受的。即使是很小的变化也会导致完全不同的哈希值,并导致数据完整性问题,从而使整个区块链变得无用。