Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_compute_j0():
before = b'+^\xa5\x9a\xe1\x97p\x0f)\xf2\x10C'
after = b'+^\xa5\x9a\xe1\x97p\x0f)\xf2\x10C\x00\x00\x00\x02'
actual = cse._compute_j0(before)
assert after == actual