diff options
| author | Yuval Adam <_@yuv.al> | 2021-02-23 00:16:13 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-02-23 00:16:13 +0200 |
| commit | 1ce44fac6bf0f3f1883b8e5f4bb523b791a6c821 (patch) | |
| tree | 8372752f1128bf3bfbd3cf19cc5e93df906a16fd /verify.py | |
| parent | 4e5c98f9bb105eb7365a2b679826de5a7fa4a653 (diff) | |
Clarify hash pitfall and cleanup
Diffstat (limited to 'verify.py')
| -rw-r--r-- | verify.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ import base64 -from cryptography.hazmat.primitives import hashes -from cryptography.hazmat.primitives import serialization +from cryptography.hazmat.primitives import hashes, serialization from cryptography.hazmat.primitives.asymmetric import padding sig = base64.b64decode("base64EncodedSignature==") |
