pub fn wasm_verify_signature( public_key_base64: &str, message: &str, signature_base64: &str, ) -> Result<bool, WasmCryptoError>