#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_sha256(stack: Stack) -> StackExpand description
Compute SHA-256 hash of a string
Stack effect: ( String – String )
Returns the hash as a lowercase hex string (64 characters).
§Safety
Stack must have a String value on top