Skip to content

Commit 8c5d585

Browse files
committed
note to sync fortuna and pfortuna
1 parent 14029b6 commit 8c5d585

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

rng/fortuna.ml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
(* NOTE: when modifying this file, please also check whether
2+
rng/miou/pfortuna.ml needs to be updated. *)
3+
14
open Mirage_crypto
25
open Mirage_crypto.Uncommon
36

rng/miou/pfortuna.ml

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
let rng = Mirage_crypto_rng_miou_unix.(initialize (module Pfortuna)) in
1111
...
1212
Mirage_crypto_rng_miou_unix.kill rng
13-
]} *)
13+
]}
14+
15+
NOTE: when modifying this file, please also check whether rng/fortuna.ml
16+
needs to be updated. *)
1417

1518
open Mirage_crypto
1619
open Mirage_crypto.Uncommon

0 commit comments

Comments
 (0)