Skip to content

Commit

Permalink
prg: document broken test
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Patton <[email protected]>
  • Loading branch information
hannahdaviscrypto and cjpatton authored Aug 24, 2023
1 parent d144310 commit 47e9afe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions poc/prg.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ def test_prg(Prg, F, expanded_len):
b'', # binder
5,
)
# TODO: Update the test to account for the change from cSHAKE128 to SHAKE128.
# assert expanded_vec[-1] == Field64(13681157193520586550)

for cls in (PrgAes128, PrgSha3, PrgFixedKeyAes128):
Expand Down

0 comments on commit 47e9afe

Please sign in to comment.