vif.core
Vif_core.Server
vif
type t = {
devices : Hmap.Make(Vif_core__.Vif_device.Device).t;
cookie_key : Mirage_crypto.AES.GCM.key;
}
val device : 'a. ('value, 'a) Vif_core__.Vif_device.device -> t -> 'a
val cookie_key : t -> Mirage_crypto.AES.GCM.key