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