Skip to main content

Module macros

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.