[][src]Function indy_crypto::ffi::bls::indy_crypto_bls_signature_from_bytes

#[no_mangle]
pub extern "C" fn indy_crypto_bls_signature_from_bytes(
    bytes: *const u8,
    bytes_len: usize,
    signature_p: *mut *const c_void
) -> ErrorCode

Creates and returns signature from bytes representation.

Note: Signature instance deallocation must be performed by calling indy_crypto_bls_signature_free

Arguments

  • bytes - Bytes buffer pointer
  • bytes_len - Bytes buffer len
  • signature_p - Reference that will contain signature instance pointer