diff options
Diffstat (limited to 'trans/random.c')
-rw-r--r-- | trans/random.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trans/random.c b/trans/random.c index f0b99dd4..b409d39f 100644 --- a/trans/random.c +++ b/trans/random.c @@ -44,6 +44,8 @@ +char *trivfs_server_name = "random"; + /* Entropy pool. We use one of the SHAKE algorithms from the Keccak family. Being a sponge construction, it allows the extraction of arbitrary amounts of pseudorandom data. */ |