Module Awa_mirage.Auth

type user
type db = user list
val make_user : string -> ?password:string -> Awa.Hostkey.pub list -> user