* fix #1585 and restore storeLEBytes on big-endian systems * switch to using stew/endians2 * create static endians2-like shim in bitseqs
* reorder ssz * split into hash_trees and ssz_serialization, roughly, for hashing and IO * move bitseqs into ssz (from stew) * clean up imports * docs, imports