mirror of
https://github.com/jmcorgan/fips.git
synced 2026-08-09 08:14:42 +00:00
The false-positive-rate primitive (fill ratio raised to the hash count) was inlined at three sites. Hoist it into a BloomFilter::fpr() method and call it from all three; the threshold/policy logic stays at the call sites. Behavior and result bytes are unchanged.