Categorygithub.com/aeternity/rlp-go
repositorypackage
0.0.0-20190813143754-207301e28aeb
Repository: https://github.com/aeternity/rlp-go.git
Documentation: pkg.go.dev

# README

rlpae - RLP as used in aeternity

Fork of RLP from go-ethereum, except that:

go-ethereum rlp 0x80 -> [] or int(0)

rlpae 0x80 -> [] bytearray(0) -> int(0)