mirror of
https://github.com/jmcorgan/fips.git
synced 2026-08-11 09:07:44 +00:00
docs: flag the bloom-filter design doc as describing the retired v1.5
The code on next is currently v1 after the v1.5 removal during the sans-IO refactor, but this doc still described the abandoned v1.5 design as implemented, which is misleading. Add an interim status banner pointing at v2 as the pending target until the doc is rewritten to v2.
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# FIPS Bloom Filters
|
||||
|
||||
> **Status (2026-07-12):** This document still describes the **abandoned v1.5**
|
||||
> bloom design. The code on `next` is presently plain **v1** — the v1.5
|
||||
> implementation was removed during the sans-IO refactor and replaced with the
|
||||
> v1 filter. The target design is **v2** (per the settled v2 bloom protocol
|
||||
> specification), which is **pending implementation**. Until v2 lands, treat any
|
||||
> "Implemented" wording below as the retired v1.5 work, not the shipped code.
|
||||
|
||||
This document describes the bloom filter data structures, parameters, and
|
||||
mathematical properties used by FIPS for reachability-based candidate
|
||||
selection. It is a supporting reference — for how bloom filters fit into
|
||||
|
||||
Reference in New Issue
Block a user