|
|
|
|
|
by stockkid
2161 days ago
|
|
Nice work. 1. What do you mean by "true random"? Aren't the bits generated by a hardware pseudo random at best? 2. Why and how should users trust the randomness of a third party solution that they do not control or see the implementation of? |
|
1/ It might be easiest to define in terms of suitability for a particular application. As you probably already know there are a number of industry tests which are useful in evaluating the effectiveness of a random number generator (Diehard, NIST, etc). Our service is built on top of industrial-grade hardware that passes these tests and is suitable for use in cryptography.
2/ Great question. It's easier to reason about in the context of specific use cases. For certain applications it increases trust to outsource RNG to a neutral third party that doesn't have a stake in the outcome.