Skip to content
Snippets Groups Projects
Commit 6efade74 authored by Vincent Texier's avatar Vincent Texier
Browse files

[enh] #95 refactor Document.signatures (List) as Document.signature (str)...

[enh] #95 refactor Document.signatures (List) as Document.signature (str) (break backward compatibility)

Transaction can have multiple signatures, with Transaction.signatures attribute and Transaction.multi_sign() method.

verifying_key.py is refactored heavily to avoid circular reference:
* method VerifyingKey.verify_document() removed, use Document.check_signature() or Transaction.check_signatures() instead
* method VerifyingKey.verify_ws2p_head() is removed, use HeadV0.check_signature() instead.
parent 2fd92deb
No related branches found
No related tags found
Loading
Checking pipeline status
Showing
with 283 additions and 167 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment