mirror of
https://github.com/cheat/cheat.git
synced 2025-09-06 12:03:00 +02:00
chore(deps): upgrade dependencies
Upgrade all dependencies to newest versions.
This commit is contained in:
2
vendor/github.com/ProtonMail/go-crypto/brainpool/rcurve.go
generated
vendored
2
vendor/github.com/ProtonMail/go-crypto/brainpool/rcurve.go
generated
vendored
@ -80,4 +80,4 @@ func (curve *rcurve) ScalarMult(x1, y1 *big.Int, scalar []byte) (x, y *big.Int)
|
||||
|
||||
func (curve *rcurve) ScalarBaseMult(scalar []byte) (x, y *big.Int) {
|
||||
return curve.fromTwisted(curve.twisted.ScalarBaseMult(scalar))
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user