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
The hashing crate (blake2b) and the crypto crate (ed25519-dalek) both support batching. This should give performance increases for verifying many entries.
The store should really support adding batches to utilise batch verification, as well as just better file io performance.
The text was updated successfully, but these errors were encountered:
The hashing crate (blake2b) and the crypto crate (ed25519-dalek) both support batching. This should give performance increases for verifying many entries.
The store should really support adding batches to utilise batch verification, as well as just better file io performance.
The text was updated successfully, but these errors were encountered: