macro_rules! felt_bytes {
($bytes:expr) => { ... };
}Expand description
Creates a pathfinder_crypto::Felt from a byte slice, resulting in
compile-time error when invalid.
macro_rules! felt_bytes {
($bytes:expr) => { ... };
}Creates a pathfinder_crypto::Felt from a byte slice, resulting in
compile-time error when invalid.