You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To provide first-class support for multi-signatures, we should consider implementing a dedicated Scheme (like we did for batch verification with BatchScheme):
The delta from BatchScheme would be pretty small (during add we wouldn't provide signature and instead would provide an aggregate signature during verify).
The text was updated successfully, but these errors were encountered:
To provide first-class support for multi-signatures, we should consider implementing a dedicated
Scheme
(like we did for batch verification withBatchScheme
):monorepo/cryptography/src/lib.rs
Lines 93 to 129 in cee6569
The delta from
BatchScheme
would be pretty small (duringadd
we wouldn't providesignature
and instead would provide an aggregate signature duringverify
).The text was updated successfully, but these errors were encountered: