0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 12:02:18 +02:00
libsignal/rust/zkcredential/benches
Jordan Rose 1e635f1fa3 zkcredential: Keep compressed *and* decompressed endorsements around
This saves work for callers that need both, which includes
GroupSendEndorsement: after receiving and validating the endorsements,
they need to get serialized and sent back up to the app layer to put
in its database (compressed), but we also generate an extra
"everyone-but-me" endorsement from the results (decompressed).

This saves quite a bit of time in the app-layer benchmarks, since they
include the cost of serialization.
2024-03-14 13:32:26 -07:00
..
endorsements.rs zkcredential: Keep compressed *and* decompressed endorsements around 2024-03-14 13:32:26 -07:00
zkcredential_benchmarks.rs zkcredential: Add a benchmark for KeyPair::inverse_of 2023-10-30 16:53:25 -07:00