You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This updates the secp256k1 module dependencies, copyright year in the
files modified since the previous release, and serves as a base for
dcrec/secp256k1/v4.4.0.
The updated direct dependencies are as follows:
- github.com/decred/dcrd/crypto/[email protected]
As compared to v4.3.0, this release includes the following notable
changes:
- Provides a new exported method on JacobianPoint named
EquivalentNonConst for efficiently determining if two Jacobian points
represent the same affine point without needing to convert the points
to affine
- Provides new exported methods for obtaining the R and S components of
Schnorr signatures
- Optimized field inversion that results in about a 9% speedup which
translates to about 3% faster public key derivation, 1% faster Schnorr
signature verification, and 1.5% faster public key recovery from
compact signatures
- The DecompressY method now returns normalized values
- Faster blake256 hashing for Schnorr signing and verification
- Includes additional quality assurance tests for the new methods
- Includes benchmarks for the new methods where appropriate
- Documentation updates
0 commit comments