librlp

C library for the Recursive Length Prefix (RLP) serialization format
git clone git://git.defalsify.org/librlp.git
Log | Files | Refs | LICENSE

DateCommit messageAuthorFiles+-
2021-06-15 12:26Manually revert false solution to problemnolash1+1-0
2021-06-15 11:55Remove double increment on single numbernolash1+0-1
2021-04-13 03:59Add test for trailing zerosnolash3+26-0
2021-04-11 23:00Add ascend report step in decodenolash5+88-73
2021-04-11 19:57Add failing test for adjacent stringsnolash1+32-3
2021-04-11 15:48Add chunked adjacent in list test (eth tx similar)nolash1+34-2
2021-04-11 13:00Add dist command in makefilenolash3+12-1
2021-04-11 12:07Add missing objects to shared libnolash2+15-14
2021-04-11 11:00Add reciprocal decode to all vector testsnolash3+27-8
2021-04-11 10:48Add nested list reciprocal testnolash2+16-4
2021-04-11 10:39Add long string testnolash1+18-3
2021-04-11 10:35Add double string testnolash3+16-2
2021-04-11 10:32Add single string reciprocal testnolash1+17-0
2021-04-11 10:29Add single string reciprocal testnolash5+28-32
2021-04-11 10:20Add long list decodernolash2+75-7
2021-04-11 10:04Add short list decodenolash2+60-2
2021-04-11 09:31Add long string decodenolash2+28-8
2021-04-11 09:16Add short string decodernolash8+126-17
2021-04-11 07:33Add size counternolash7+45-12
2021-04-11 07:14Refactor in preparation for decoder implementationnolash13+591-465
2021-04-10 13:34Add pdf snapshot of wiki pagenolash2+4-0
2021-04-10 13:11Add license filenolash1+674-0
2021-04-10 13:09Add test vectors from spec pagenolash7+163-8
2021-04-10 12:20Correct list length for nestingnolash5+64-53
2021-04-10 11:38Add single length prefix listnolash5+157-15
2021-04-10 10:46Add multi byte type addnolash11+342-4
2021-04-10 08:22Initial commitnolash9+99-0