#recover #svm #solana #no-std #u8 #maybe-uninit #secp256k1-pubkey

solana-nostd-secp256k1-recover

A more efficient implementation of Secp256k1 Recover for SVM

2 releases

0.1.1 Oct 2, 2024
0.1.0 Oct 2, 2024

#6 in #recover

Download history 222/week @ 2024-09-27 68/week @ 2024-10-04 13/week @ 2024-10-11 24/week @ 2024-10-18 13/week @ 2024-10-25 19/week @ 2024-11-01 6/week @ 2024-11-08 72/week @ 2024-11-15

116 downloads per month
Used in 2 crates

MIT license

8KB
127 lines

Solana NoStd Secp256k1 Recover

A more efficient implementation of Secp256k1 Recover for SVM.

Installation

cargo add solana-nostd-secp256k1-recover

Features

  • No Secp256k1Pubkey type struct. Returns a [u8;64] directly.
  • Makes use of MaybeUninit to skip zero allocations

Performance

library function CU cost
nostd-secp256k1-recover secp256k1_recover_unchecked 25006
nostd-secp256k1-recover secp256k1_recover 25006
solana-program secp256k1_recover 25193

Dependencies

~2.5MB
~56K SLoC