Skip to main content

wasm_sign_message

Function wasm_sign_message 

Source
pub fn wasm_sign_message(
    private_key_base64: &str,
    message: &str,
) -> Result<String, WasmCryptoError>
Expand description

Sign a message with a base64-encoded private key. Returns signature as base64.