7 Commits

Author SHA1 Message Date
3ee7dd0370 fix: ensure that rhs of shifts are generic
mistakenly left an @intCast that implied a u5 (which only works when
Digest == u32)
2023-04-20 23:34:06 -05:00
ec8231877a fix: allocate root table on heap
In the future we might want to resize the root table to support more
than log2(Context.Digest) nodes
2023-04-20 23:12:52 -05:00
d0bcd7a886 fix: remove unnecessary comptime qualifier on parameter 2023-04-20 15:41:32 -05:00
b353458d68 feat: add README.md 2023-04-18 01:10:30 -05:00
49a5d1b72a feat: implement comptime verification 2023-04-17 23:56:17 -05:00
6aa6f111f5 chore: use a proper string hashing algo in tests 2023-04-17 22:41:55 -05:00
cf75229fb0 feat: genericize HashArrayMappedTrie
- actually run tests when using `zig build test`
2023-04-17 22:24:41 -05:00