Function crypto_wasi::sign

source ·
pub fn sign(
    datas: &[impl AsRef<[u8]>],
    key: &PrivateKey
) -> Result<Vec<u8>, CryptoErrno>