Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Key : sig ... end
val encrypt_from_stdin_to_stdout :
recipients:recipient list ->
stdin:Lwt_process.redirection ->
stdout:Lwt_process.redirection ->
unit Lwt.t
val encrypt_to_stdout :
recipients:recipient list ->
plaintext:string ->
stdout:Lwt_process.redirection ->
unit Lwt.t
val decrypt_from_stdin_to_stdout :
silence_stderr:bool ->
identity_file:string ->
stdin:Lwt_process.redirection ->
stdout:Lwt_process.redirection ->
unit Lwt.t
val decrypt_from_stdin :
silence_stderr:bool ->
identity_file:string ->
stdin:Lwt_process.redirection ->
string Lwt.t