api2wire_box_autoadd_p_256_sign_with_seed_req method

  1. @protected
Pointer<wire_P256SignWithSeedReq> api2wire_box_autoadd_p_256_sign_with_seed_req(
  1. P256SignWithSeedReq raw
)

Implementation

@protected
ffi.Pointer<wire_P256SignWithSeedReq>
    api2wire_box_autoadd_p_256_sign_with_seed_req(P256SignWithSeedReq raw) {
  final ptr = inner.new_box_autoadd_p_256_sign_with_seed_req_0();
  _api_fill_to_wire_p_256_sign_with_seed_req(raw, ptr.ref);
  return ptr;
}