mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-12 19:54:04 +09:00
update vendor keybase/go-crypto (#10234)
This commit is contained in:
4
vendor/github.com/keybase/go-crypto/curve25519/doc.go
generated
vendored
4
vendor/github.com/keybase/go-crypto/curve25519/doc.go
generated
vendored
@ -3,8 +3,8 @@
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Package curve25519 provides an implementation of scalar multiplication on
|
||||
// the elliptic curve known as curve25519. See http://cr.yp.to/ecdh.html
|
||||
package curve25519
|
||||
// the elliptic curve known as curve25519. See https://cr.yp.to/ecdh.html
|
||||
package curve25519 // import "github.com/keybase/go-crypto/curve25519"
|
||||
|
||||
// basePoint is the x coordinate of the generator of the curve.
|
||||
var basePoint = [32]byte{9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
|
||||
|
Reference in New Issue
Block a user