Fix excessive clearing

This commit is contained in:
Andika Wasisto 2020-05-25 12:40:13 +07:00
parent e156c778b9
commit d73e26f9d1
3 changed files with 18 additions and 4 deletions

View file

@ -35,3 +35,6 @@ class QngWrapperMock:
def randbytes(self, length):
return secrets.token_bytes(nbytes=length)
def clear(self):
pass