librustzcash
librustzcash copied to clipboard
Reconsider constant-time nullifier matching.
Performing the nullifier checks here in constant time is likely to have a nontrivial performance overhead.
https://github.com/zcash/librustzcash/blob/47d432820a6d277e7ce2434fe7edbe5ba320e546/zcash_client_backend/src/scanning.rs#L456