Skip to content

Commit

Permalink
sample
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Jun 1, 2024
1 parent 9bfb1f2 commit 3b564ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@

arr = bytearray(b'1234567890')
zeroize.zeroize1(arr)
print("zeroize'ing arr...: ")
print("checking if arr is zeroized...")
assert arr == bytearray(b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00')
print("all good, bye!")

0 comments on commit 3b564ee

Please sign in to comment.