Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a266a1bcaa2dcf33

Jump to content

Talk:Key clustering

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 5 years ago by Duckmather in topic Equivalent keys vs key clustering

Equivalent keys vs key clustering

[edit]

Is key clustering exactly the same as equivalent keys? The article is not clear enough whether "clustered keys" in the presence of different plaintexts must also produce the same ciphertexts or not. -- intgr [talk] 11:47, 20 July 2017 (UTC)Reply

No, key clustering is very different from the issue of equivalent keys. It's an issue having to do with hash tables; namely, that if the hash of two keys are the same, then the values must basically be stored in old-fashioned lists, which causes hash table lookup times to increase. (I'll get rid of the misleading WikiProject Cryptography header and replace it with a WikiProject Computer Science one.) Duckmather (talk) 20:44, 3 June 2021 (UTC)Reply