top | item 37994166 (no title) tfigueroa | 2 years ago I thought I was misreading this. It seems onerous to keep track of every nonce, even scoped to a given session. Maybe I’m missing something. discuss order hn newest kortex|2 years ago A Bloom or cuckoo filter would allow for efficient tracking of nonces (depending if the security model prefers false positives with 4xx/resend, or false negatives) cryptonym|2 years ago Still not ideal in a distributed environment, a request may have to synchronously go around the world to hit that nonce db.
kortex|2 years ago A Bloom or cuckoo filter would allow for efficient tracking of nonces (depending if the security model prefers false positives with 4xx/resend, or false negatives) cryptonym|2 years ago Still not ideal in a distributed environment, a request may have to synchronously go around the world to hit that nonce db.
cryptonym|2 years ago Still not ideal in a distributed environment, a request may have to synchronously go around the world to hit that nonce db.
kortex|2 years ago
cryptonym|2 years ago