This website requires JavaScript.
Explore
Help
Register
Sign In
mleku
/
p256k1
Watch
1
Star
0
Fork
0
You've already forked p256k1
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
v1.0.3
p256k1
/
signer
History
mleku
93af5ef27b
Remove BtcecSigner implementation and related dependencies; update benchmark reports to reflect changes. The P256K1Signer is now highlighted as the primary implementation, showcasing its performance advantages over the removed BtcecSigner. Additionally, unnecessary indirect dependencies have been cleaned up from the go.mod and go.sum files.
2025-11-04 10:26:24 +00:00
..
btcec
Remove BtcecSigner implementation and related dependencies; update benchmark reports to reflect changes. The P256K1Signer is now highlighted as the primary implementation, showcasing its performance advantages over the removed BtcecSigner. Additionally, unnecessary indirect dependencies have been cleaned up from the go.mod and go.sum files.
2025-11-04 10:26:24 +00:00
p256k1_signer_test.go
Add Schnorr signature implementation and associated tests
2025-11-01 20:26:35 +00:00
p256k1_signer.go
Refactor Ecmult functions for optimized windowed multiplication and enhance performance
2025-11-01 21:39:36 +00:00
signer.go
Refactor signer package to use interfaces from next.orly.dev/pkg/interfaces/signer. This change simplifies the code by creating aliases for the existing interfaces, enhancing maintainability and allowing for drop-in replacements.
2025-11-02 03:57:38 +00:00