Trust-Machines / p256k1

Wrappers around secp256k1 to expose the underlying math, specifically unwrapped points and scalars with multiexponentiation
Apache License 2.0
12 stars 6 forks source link

Wrap ecdsa sign/verify and context into rust modules #32

Closed xoloki closed 1 year ago

xoloki commented 1 year ago

module for ecdsa with Signature struct, new() will sign and verify() will verify tiny module for context with Context struct, look at points.rs which already wraps context struct