blob: aa316367e53b01d5b714b0f7dae033b9a4e5d568 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
realname "Auto-seeded Random Number Generator"
define AUTO_SEEDING_RNG
load_on auto
<requires>
aes
sha2
hmac
</requires>
<add>
auto_rng.h
auto_rng.cpp
</add>
|