File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/python3
2
2
3
- from Cryptodome .Util .RFC1751 import english_to_key
4
- from Cryptodome .Util .RFC1751 import key_to_english
3
+ from Crypto .Util .RFC1751 import english_to_key
4
+ from Crypto .Util .RFC1751 import key_to_english
5
5
6
6
from hashlib import sha256
7
7
from hashlib import blake2b
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/python3
2
2
3
- from Cryptodome .Util .RFC1751 import english_to_key
4
- from Cryptodome .Util .RFC1751 import key_to_english
3
+ from Crypto .Util .RFC1751 import english_to_key
4
+ from Crypto .Util .RFC1751 import key_to_english
5
5
6
6
from hashlib import blake2b
7
7
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/python3
2
2
3
- from Cryptodome .Util .RFC1751 import english_to_key
4
- from Cryptodome .Util .RFC1751 import key_to_english
3
+ from Crypto .Util .RFC1751 import english_to_key
4
+ from Crypto .Util .RFC1751 import key_to_english
5
5
6
6
from hashlib import sha512
7
7
from hashlib import sha256
You can’t perform that action at this time.
0 commit comments