Skip to main content

verify_bytes

Function verify_bytes 

Source
pub fn verify_bytes(
    challenge: &[u8],
    array: &SolutionByteArray,
) -> Result<(), Error>
Expand description

Check a SolutionByteArray.

Returns an error if the array is not a well formed Solution or it’s not suitable for the given challenge.

Uses default EquiXBuilder options.