summaryrefslogtreecommitdiff
path: root/_ctsrp.py
diff options
context:
space:
mode:
Diffstat (limited to '_ctsrp.py')
-rw-r--r--_ctsrp.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/_ctsrp.py b/_ctsrp.py
index 93accf5..57b8283 100644
--- a/_ctsrp.py
+++ b/_ctsrp.py
@@ -24,9 +24,9 @@ import time
SHA1 = 0
SHA224 = 1
-SHA256 = 3
-SHA384 = 4
-SHA512 = 5
+SHA256 = 2
+SHA384 = 3
+SHA512 = 4
NG_1024 = 0
NG_2048 = 1