Packages

Typed distributed messaging for Gleam on the BEAM.

Retired package: Deprecated - The project needs to be redesigned around a much smaller and clearer core.

Current section

Files

Jump to
distribute include distribute@crypto@otp_crypto_adapter_Decrypt.hrl
Raw

include/distribute@crypto@otp_crypto_adapter_Decrypt.hrl

-record(decrypt, {
ctx :: distribute@crypto@types:secure_context(),
ciphertext :: bitstring(),
reply :: gleam@erlang@process:subject({ok, bitstring()} |
{error, distribute@crypto@types:crypto_error()})
}).