patch_seq_sha256

Function patch_seq_sha256 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_sha256(stack: Stack) -> Stack
Expand 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