lvh / icecap

URL-based object capability system.
Eclipse Public License 1.0
5 stars 2 forks source link

Verify at startup that randomness is coming from NativePRNG #30

Closed lvh closed 10 years ago

lvh commented 10 years ago

We could contribute this to crypto.random, since we're probably not the only people that care about secure randomness.

lvh commented 10 years ago

Since we've switched to caesium (libsodium)'s randombytes impl, this is no longer necessary.