Macro hacspec_lib::public_bytes
source · [−]macro_rules! public_bytes {
($name:ident, $l:expr) => { ... };
}
Expand description
Convenience function to create a new public byte array (of type u8
) with
the given name and length.
macro_rules! public_bytes {
($name:ident, $l:expr) => { ... };
}
Convenience function to create a new public byte array (of type u8
) with
the given name and length.