Live data from Hacker News

Viewing profile — john_nl

john_nl

HN member
Joined
Sun, Oct 31, 2010, 6:21 AM UTC
HN karma
1
Public activity
1 items

About john_nl

No profile information was provided.

Recent public activity

  1. comment
    Comment #1852641

    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 …