pub fn from_noir_hex(hex_str: &str) -> Result<U256, CryptoError>Expand description
Parse a Noir hex string (0x-prefixed or raw) back to U256.
pub fn from_noir_hex(hex_str: &str) -> Result<U256, CryptoError>Parse a Noir hex string (0x-prefixed or raw) back to U256.