v0.2.0
What's Changed
- core: Splits onchain and offchain functionality into different modules by @pmerkleplant in #14
- feat: add fast point-to-scalar multiplication via ecrecover by @StackOverflowExcept1on in #19
- scep256k1: Updates identity integration by @pmerkleplant in #21
- fix: Make de/serialization functions revert for invalid objects by @pmerkleplant in #22
- tests: Hardens secp256k1 ProjectivePoint to Point conversion tests by @pmerkleplant in #24
- ecdsa: Make de/serialization revert if signature malleable by @pmerkleplant in #27
- secp256r1: Adds support for NIST's secp256r1 (p256) curve by @pmerkleplant in #30
- schnorr: Adds Schnorr implementation for upcoming EIP by @pmerkleplant in #26
New Contributors
- @StackOverflowExcept1on made their first contribution in #19
Full Changelog: v0.1.0...v0.2.0