View Source hex_registry (hex_core v0.10.3)

Functions for encoding and decoding Hex registries.

Summary

Types

-type private_key() :: #'RSAPrivateKey'{} | binary().
-type public_key() :: #'RSAPublicKey'{} | binary().

Functions

Link to this function

build_names(Names, PrivateKey)

View Source
Builds names resource.
Link to this function

build_package(Package, PrivateKey)

View Source
Builds package resource.
Link to this function

build_versions(Versions, PrivateKey)

View Source
Builds versions resource.
Link to this function

unpack_names(Payload, Repository, PublicKey)

View Source
Unpacks names resource.
Link to this function

unpack_package(Payload, Repository, Name, PublicKey)

View Source
Unpacks package resource.
Link to this function

unpack_versions(Payload, Repository, PublicKey)

View Source
Unpacks versions resource.