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.