Module macros

Source
Expand description

Macros that we use to define other types in this crate.

(These macros are not likely to work outside of the context used in this crate without additional help.)

Macros§

define_bytes 🔒
Define a wrapper type around a byte array of fixed length.
define_pk_keypair 🔒
Define a public key type and a private key type to wrap a given inner key.