We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b5874 commit a44eb58Copy full SHA for a44eb58
README.md
@@ -11,7 +11,7 @@ import TLSSigAPI
11
12
13
api = TLSSigAPI.TLSSigAPI(1400000000, pri_key_content, pub_key_content)
14
-sig = api.tls_gen_sig("xiaojun")
+sig = api.gen_sig("xiaojun")
15
print(sig)
16
```
17
@@ -21,6 +21,6 @@ import TLSSigAPI
21
22
23
24
-sig = api.tls_gen_sig("xiaojun", 24*3600*180)
+sig = api.gen_sig("xiaojun", 24*3600*180)
25
26
0 commit comments