Skip to content

Commit 740f063

Browse files
Modify import statemnt of tests/test_chacha20.py
1 parent a2a2edd commit 740f063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydatastructs/crypto/tests/test_chacha20.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import random
22
import string
3-
from crypto.ChaCha20 import ChaCha20
3+
from pydatastructs.crypto.ChaCha20 import ChaCha20
44

55
VALID_KEY = b"\x00" *32
66
assert len(VALID_KEY) == 32, "VALID_KEY must be exactly 32 bytes"

0 commit comments

Comments
 (0)