|
|
|
|
|
by dsamarin
2665 days ago
|
|
Normally you want to keep your random number source secret, but this has a good application for trusted timestamping[0]. You can use the random output with a signature to proof that you had some information before a specific time. [0]: https://en.wikipedia.org/wiki/Trusted_timestamping |
|