Passage.AgeSourceval encrypt_from_stdin_to_stdout :
recipients:recipient list ->
stdin:Lwt_process.redirection ->
stdout:Lwt_process.redirection ->
unit Lwt.tval encrypt_to_stdout :
recipients:recipient list ->
plaintext:string ->
stdout:Lwt_process.redirection ->
unit Lwt.tval decrypt_from_stdin_to_stdout :
silence_stderr:bool ->
identity_file:string ->
stdin:Lwt_process.redirection ->
stdout:Lwt_process.redirection ->
unit Lwt.tval decrypt_from_stdin :
silence_stderr:bool ->
identity_file:string ->
stdin:Lwt_process.redirection ->
string Lwt.t