Skip to content

Commit a2a2edd

Browse files
Modify import statement of crypto/tests/test_chacha20.py
1 parent c84c0f5 commit a2a2edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)