JamzumSum

Results 1 issues of JamzumSum

Most type checkers will fit `bytearray` into `bytes` automatically. However, the former is hashable but the later is **not hashable**. Our `decode_address` is a `lru_cache` function and **requires hashable inputs**....