We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14029b6 commit 8c5d585Copy full SHA for 8c5d585
rng/fortuna.ml
@@ -1,3 +1,6 @@
1
+(* NOTE: when modifying this file, please also check whether
2
+ rng/miou/pfortuna.ml needs to be updated. *)
3
+
4
open Mirage_crypto
5
open Mirage_crypto.Uncommon
6
rng/miou/pfortuna.ml
@@ -10,7 +10,10 @@
10
let rng = Mirage_crypto_rng_miou_unix.(initialize (module Pfortuna)) in
11
...
12
Mirage_crypto_rng_miou_unix.kill rng
13
- ]} *)
+ ]}
14
15
+ NOTE: when modifying this file, please also check whether rng/fortuna.ml
16
+ needs to be updated. *)
17
18
19
0 commit comments