Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
john_nl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
john_nl
16y ago
I'm also curious where the 30x comes from. If cost is indeed the square of key size I would expect: Cost(1024) = (1024*x)^2 Cost(2048) = (2048*x)^2 = (2*1024*x)^2 = 4 * (1024*x)^2 Which is a 4x increase in cost, not 30x.