package passage

  1. Overview
  2. Docs

Module Storage.KeysSource

Sourceval base_dir : string lazy_t
Sourceval ext : string
Sourceval key_file_of_recipient_name : FilePath.filename -> Path.t

Takes the recipient name and returns the full path to the public key of the recipient

Sourceval get_keys : Path.t -> Age.Key.t list
Sourceval keys_of_recipient : string -> Age.Key.t list
Sourceval all_recipient_names : unit -> String.t list