summaryrefslogtreecommitdiff
path: root/srp.py
diff options
context:
space:
mode:
Diffstat (limited to 'srp.py')
-rw-r--r--srp.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/srp.py b/srp.py
index 785e721..45a367f 100644
--- a/srp.py
+++ b/srp.py
@@ -18,7 +18,6 @@ if not _mod:
import _pysrp
_mod = _pysrp
-
User = _mod.User
Verifier = _mod.Verifier
create_salted_verification_key = _mod.create_salted_verification_key
@@ -32,6 +31,7 @@ SHA512 = _mod.SHA512
NG_1024 = _mod.NG_1024
NG_2048 = _mod.NG_2048
NG_4096 = _mod.NG_4096
+NG_8192 = _mod.NG_8192
NG_CUSTOM = _mod.NG_CUSTOM
@@ -41,4 +41,4 @@ NG_CUSTOM = _mod.NG_CUSTOM
- \ No newline at end of file
+