Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ERROR_INCORRECT_EXT_HASH

Error message for incorrect external data hash.This error is thrown when the hash of the external data doesn't match the hash provided in the zero-knowledge proof. # When Thrown - External data hash mismatch - Proof was generated with different external data - Data tampering or corruption detected # Resolution - Ensure external data matches the proof - Regenerate proof with correct external data

Fully qualified path: obscura::errors::ERROR_INCORRECT_EXT_HASH

pub const ERROR_INCORRECT_EXT_HASH: felt252 = 'Incorrect external data hash';