Packages

Cryptographically secure random key generation for Gleam

Current section

Files

Jump to
apiculture include apiculture@key_KeySections.hrl
Raw

include/apiculture@key_KeySections.hrl

-record(key_sections, {
prefix :: gleam@option:option(binary()),
separator :: gleam@option:option(binary()),
content_value :: binary(),
content_bytes :: bitstring(),
checksum_name :: gleam@option:option(binary()),
checksum_value :: gleam@option:option(binary()),
checksum_bytes :: gleam@option:option(bitstring())
}).