mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-24 18:01:08 -04:00
Merge pull request #1907 from andrewshadura/develop
Use signedjson.sign instead of syutil.crypto.jsonsign
This commit is contained in:
commit
e1a12e24d2
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ import urlparse
|
||||||
import nacl.signing
|
import nacl.signing
|
||||||
import nacl.encoding
|
import nacl.encoding
|
||||||
|
|
||||||
from syutil.crypto.jsonsign import verify_signed_json, SignatureVerifyException
|
from signedjson.sign import verify_signed_json, SignatureVerifyException
|
||||||
|
|
||||||
CONFIG_JSON = "cmdclient_config.json"
|
CONFIG_JSON = "cmdclient_config.json"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue