Release notes v3.1.0 🎉
This is a minor release
- Added
Schnorr256
library that verifies Schnorr signatures over any 256-bit curve. - Added
EC256
library that implements optimized elliptic curve operations via Jacobians over any 256-bit curve. - Refactored
ECDSA256
,ECDSA384
, andECDSA512
libraries to automatically calculate thelowSMax
variable.