summaryrefslogtreecommitdiffstats
path: root/samloader/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'samloader/auth.py')
-rw-r--r--samloader/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/samloader/auth.py b/samloader/auth.py
index 2d78c76..5b6a1d5 100644
--- a/samloader/auth.py
+++ b/samloader/auth.py
@@ -3,7 +3,7 @@
# FUS authentication functions (decrypting nonce, calculating auth token)
-from Crypto.Cipher import AES
+from Cryptodome.Cipher import AES
import base64
import requests