nimbus-eth2/beacon_chain/ssz
Etan Kissling 15ce2de3f0 avoid func call when merkleizing UintN arrays
This gets rid of an unnecessary function call when merkleizing `UintN`
arrays on `littleEndian` architectures.
2021-10-21 11:26:03 +03:00
..
bitseqs.nim disentangle eth2 types from the ssz library (#2785) 2021-08-18 20:57:58 +02:00
codec.nim add merge SSZ consensus object tests (#2858) 2021-09-11 10:01:05 +02:00
dynamic_navigator.nim disentangle eth2 types from the ssz library (#2785) 2021-08-18 20:57:58 +02:00
merkleization.nim avoid func call when merkleizing UintN arrays 2021-10-21 11:26:03 +03:00
navigator.nim disentangle eth2 types from the ssz library (#2785) 2021-08-18 20:57:58 +02:00
ssz_serialization.nim add merge SSZ consensus object tests (#2858) 2021-09-11 10:01:05 +02:00
types.nim allow `ElemType(XXX)` on inputs not called `T` 2021-10-21 00:50:01 +03:00