Add secp256k1 implementation with core components, context management, and testing suite

This commit introduces a complete Go implementation of the secp256k1 elliptic curve cryptographic primitives, including field and scalar arithmetic, group operations, context management for enhanced security, and a comprehensive testing suite. Key features include optimized scalar multiplication, context creation and destruction, and basic ECDSA operations. The README has been updated to reflect the new structure and usage examples.
This commit is contained in:
2025-11-01 18:30:55 +00:00
parent 6ed88596fe
commit f44b16bae5
14 changed files with 23 additions and 22 deletions