Skip to content

Solidity-RLP v2.0.4

Compare
Choose a tag to compare
@hamdiallam hamdiallam released this 11 Apr 16:52
· 9 commits to master since this release
4fa5311

Added

  • rlpBytesKeccak256(RLPItem) returns keccak256 hash of RLP encoded bytes.
  • payloadKeccak256(RLPItem) returns keccak256 hash of the item payload.
  • payloadLocation(RLPItem) (uint memPtr, uint len) returns the memory pointer and byte length of
    the data payload.