benr-ml
benr-ml
@kchalkias, I took a first stab, please let me know if that's the direction you had in mind
It's not a simple change, so let's first analyze the potential performance improvement (e.g., using flamegraph of batch_verify with 10/100/1000 signatures).
Thanks, let's also check this with batch_verify since that's what we're hoping to optimize (maybe it's better...). As for the LRU, probably not too difficult, but yeah, the changes to...
> This is to make sure internals of the signature is not leaked in deserialized form. They are all represented by most compact bytes form. > > Tested against multisig:...
All the interfaces are in. I didn't complete the tests yet but wanted to receive the first round of feedbacks before I add snapshots, etc. @dariorussi , please let me...
The examples are currently insecure because of composition, please ignore them for now
Waiting with updating the snapshots until we finish the review of the Move code.
> in case it helps.... 1- go to `/crates/sui-framework/packages/sui-framework` 2- run `sui move test --coverage` 3- `sui move coverage summary` will give you a summary of the percentage coverage for...
@kchalkias no tests yet, just implemented the main logic. Please take a look and see if you have comments about the general design. Note that we need at least 2...
Great idea! Since in practice we compute those coefficients for the same set of parties many times, I wonder if we should generate the cache in a preprocessing stage and...