Live data from Hacker News

Viewing profile — altern

altern

HN member
Joined
Wed, Sep 23, 2015, 9:29 PM UTC
HN karma
8
Public activity
2 items

About altern

No profile information was provided.

Recent public activity

  1. comment
    Comment #10755071

    Somewhat off-topic I guess, but aren't PRNG, hashing and (symmetric) encryption in some sense all the same thing? If you have some magic, keyed mixing function that permutes a bloc…

  2. comment
    Comment #10268401

    I did a qucik and dirty test with levels = 14. # program time change ./ray-ml: 21.46 # Original ocaml ./ray-cpp: 17.63 # Original c++ ./ray-cpp-no-dtor: 13.86 # Removed all cleanup…