nim-eth/eth/ssz
Etan Kissling d34d3409da
avoid func call when merkleizing UintN arrays (#413)
This gets rid of an unnecessary function call when merkleizing `UintN`
arrays on `littleEndian` architectures.
2021-10-21 10:40:40 +02:00
..
bitseqs.nim Add implementation of Portal wire protocol 2021-06-09 14:57:30 +02:00
bytes_reader.nim Add implementation of Portal wire protocol 2021-06-09 14:57:30 +02:00
merkle_tree.nim Add helpers to generate merkle proofs (#381) 2021-08-09 12:17:21 +02:00
merkleization.nim avoid func call when merkleizing UintN arrays (#413) 2021-10-21 10:40:40 +02:00
ssz_serialization.nim Add implementation of Portal wire protocol 2021-06-09 14:57:30 +02:00
types.nim allow `ElemType(XXX)` on inputs not called `T` (#414) 2021-10-21 09:43:42 +02:00