mirror of
https://github.com/cheat/cheat.git
synced 2025-12-20 22:22:06 +01:00
chore(deps): upgrade dependencies
Upgrade all dependencies to newest versions.
This commit is contained in:
2
vendor/github.com/cloudflare/circl/ecc/goldilocks/scalar.go
generated
vendored
2
vendor/github.com/cloudflare/circl/ecc/goldilocks/scalar.go
generated
vendored
@@ -8,7 +8,7 @@ import (
|
||||
// ScalarSize is the size (in bytes) of scalars.
|
||||
const ScalarSize = 56 // 448 / 8
|
||||
|
||||
//_N is the number of 64-bit words to store scalars.
|
||||
// _N is the number of 64-bit words to store scalars.
|
||||
const _N = 7 // 448 / 64
|
||||
|
||||
// Scalar represents a positive integer stored in little-endian order.
|
||||
|
||||
2
vendor/github.com/cloudflare/circl/ecc/goldilocks/twist.go
generated
vendored
2
vendor/github.com/cloudflare/circl/ecc/goldilocks/twist.go
generated
vendored
@@ -9,7 +9,7 @@ import (
|
||||
fp "github.com/cloudflare/circl/math/fp448"
|
||||
)
|
||||
|
||||
// twistCurve is -x^2+y^2=1-39082x^2y^2 and is 4-isogeneous to Goldilocks.
|
||||
// twistCurve is -x^2+y^2=1-39082x^2y^2 and is 4-isogenous to Goldilocks.
|
||||
type twistCurve struct{}
|
||||
|
||||
// Identity returns the identity point.
|
||||
|
||||
Reference in New Issue
Block a user