pub type LkHashMap<V> = HashMap<LkHash, V>;
TODO: In theory we can optimize away a hash step and ddos protection