Packages

An HTTP signature and digest header library for ActivityPub applications

Current section

Files

Jump to
hypersig src hypersig.app.src
Raw

src/hypersig.app.src

{application, hypersig, [
{vsn, "1.0.1"},
{applications, [gleam_crypto,
gleam_http,
gleam_stdlib]},
{description, "An HTTP signature and digest header library for ActivityPub applications"},
{modules, [hypersig@@main,
hypersig@digest,
hypersig@error,
hypersig@key,
hypersig@signature,
hypersig@signature@header,
public_key_ffi]},
{registered, []}
]}.