Open
Description
To provide first-class support for multi-signatures, we should consider implementing a dedicated Scheme
(like we did for batch verification with BatchScheme
):
monorepo/cryptography/src/lib.rs
Lines 93 to 129 in cee6569
The delta from BatchScheme
would be pretty small (during add
we wouldn't provide signature
and instead would provide an aggregate signature during verify
). We may also want to have a combine
function that aggregates signatures.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status