[][src]Function indy_crypto::ffi::cl::indy_crypto_cl_new_nonce

#[no_mangle]
pub extern "C" fn indy_crypto_cl_new_nonce(
    nonce_p: *mut *const c_void
) -> ErrorCode

Creates random nonce.

Note that nonce deallocation must be performed by calling indy_crypto_cl_nonce_free.

Arguments

  • nonce_p - Reference that will contain nonce instance pointer.