zama-ai / tfhe-rs

TFHE-rs: A Pure Rust implementation of the TFHE Scheme for Boolean and Integer Arithmetics Over Encrypted Data.
Other
899 stars 143 forks source link

chore(bench): also bench the verification alone without the unpack/KS time #1303

Closed IceTDrinker closed 3 months ago

IceTDrinker commented 3 months ago

this way we have the info for the verify alone and verify + expand allowing to better know what the performance is like