Mode | Name | Size |
-rw-r--r-- | .gitignore | 6L |
-rw-r--r-- | CHANGELOG | 3L |
-rw-r--r-- | CONTRIBUTORS | 9L |
-rw-r--r-- | LICENSE | 674L |
-rw-r--r-- | MANIFEST.in | 1L |
-rw-r--r-- | VERSION | 1L |
-rw-r--r-- | aux/src/bits.c | 30L |
-rw-r--r-- | aux/src/bits.h | 7L |
-rw-r--r-- | aux/src/decode.c | 90L |
-rw-r--r-- | aux/src/decode.h | 0B |
-rw-r--r-- | aux/src/encode.c | 84L |
-rw-r--r-- | aux/src/encode.h | 0B |
-rw-r--r-- | aux/src/endian.c | 44L |
-rw-r--r-- | aux/src/endian.h | 20L |
-rw-r--r-- | aux/src/rlp.c | 34L |
-rw-r--r-- | aux/src/rlp.h | 46L |
-rw-r--r-- | pylibrlp/__init__.py | 30L |
-rw-r--r-- | pylibrlp/encoder.py | 126L |
-rw-r--r-- | setup.cfg | 26L |
-rw-r--r-- | setup.py | 12L |
-rw-r--r-- | tests/test_rlp_decoder.py | 53L |
-rw-r--r-- | tests/test_rlp_encoder.py | 58L |
-rw-r--r-- | tests/test_rlp_reciprocal.py | 42L |