Skip to content

Commit

Permalink
Withdraw SIMD-0048 (#131)
Browse files Browse the repository at this point in the history
Replaced by SIMD-0075 by the same author

Co-authored-by: Richard Patel <[email protected]>
  • Loading branch information
ripatel-fd and riptl authored Mar 22, 2024
1 parent 2b1640f commit 63053f1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions proposals/0048-native-program-for-secp256r1-sigverify.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ authors:
- Jstnw (Bunkr)
category: Standard
type: Core
status: Draft
status: Withdrawn
created: 2023-05-14
feature: (fill in with feature tracking issues once accepted)
---

## Summary
Expand All @@ -17,7 +16,7 @@ Adding a Native Program to support the verification of signatures
generated on the secp256r1 curve.
Analogous to the support for secp256k1 and ed25519 signatures that already
exists in form of
the `KeccakSecp256k11111111111111111111111111111` and
the `KeccakSecp256k11111111111111111111111111111` and
`Ed25519SigVerify111111111111111111111111111`
native programs

Expand Down Expand Up @@ -89,7 +88,7 @@ The program instruction will be composed of the following:
- Single byte of padding
- The following struct serialized, for each signature to verify


```rust
struct Secp256r1SignatureOffsets {
signature_offset: u16, // offset to secp256r1 signature of 64 bytes
Expand Down

0 comments on commit 63053f1

Please sign in to comment.