rust-secp256k1-unsafe-fast/secp256k1-sys/depend/lax_der_parsing.c.patch

7 lines
183 B
Diff
Raw Permalink Normal View History

2023-09-27 18:37:09 +00:00
10c10,12
<
---
> extern int secp256k1_ecdsa_signature_parse_compact(
> const secp256k1_context *ctx,
> secp256k1_ecdsa_signature *sig, const unsigned char *input64);