Live data from Hacker News

Viewing profile — lukevalenta

lukevalenta

HN member
Joined
Thu, May 13, 2021, 3:49 PM UTC
HN karma
30
Public activity
8 items

About lukevalenta

No profile information was provided.

Recent public activity

  1. comment
    Comment #39790209

    Here's how you can get that entropy using the Shannon entropy equation from https://en.wikipedia.org/wiki/Entropy_(information_theory) . Like you said, the probability of any digit…

  2. comment
    Comment #39667900

    Some folks from Chainsafe looked into it a couple years ago: https://github.com/nulltea/zk-timelock . I'd love to see this work move forward.

  3. comment
    Comment #39663611

    Hi, I'm one of the authors of the Cloudflare blog and maintainer of Cloudflare's drand nodes. You're correct -- after the initial distributed key generation, the values produced by…

  4. comment
    Comment #39646901

    Randomness from a CSPRNG (cryptographically-secure random number generator) never really gets "depleted," since as long as the seed contains enough entropy and isn't compromised, t…

  5. comment
    Comment #39644914

    The piece that helps security-wise is that we're mixing in entropy from a trusted external source, so not solely relying on the local random number generation from a machine in a d…

  6. comment
    Comment #39644773

    As long as it's done correctly, mixing new entropy sources into an entropy pool will never _decrease_ the entropy. So in the case of LavaRand, even if it only ever returned a strin…

  7. comment
    Comment #27144091

    Correct. Anonymizing the U2F device hides the device manufacturer information, which is currently required for Cloudflare to verify that the device comes from a trusted vendor. Fro…

  8. comment
    Comment #27143873

    Regarding your second point, this is meant to be a CAPTCHA alternative, not full replacement. Users without access to approved devices should be able to fall back to existing proof…