mirror of
https://github.com/golang/go
synced 2024-11-17 16:34:43 -07:00
dafc915204
Fixes #56052 Change-Id: Icacba0ed0f77519bca2140c8af68407af97f9734 Reviewed-on: https://go-review.googlesource.com/c/go/+/450335 Run-TryBot: Filippo Valsorda <filippo@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Joedian Reid <joedian@golang.org> Auto-Submit: Filippo Valsorda <filippo@golang.org>
20 lines
1.2 KiB
Plaintext
20 lines
1.2 KiB
Plaintext
pkg crypto/ecdh, func P256() Curve #52221
|
|
pkg crypto/ecdh, func P384() Curve #52221
|
|
pkg crypto/ecdh, func P521() Curve #52221
|
|
pkg crypto/ecdh, func X25519() Curve #52221
|
|
pkg crypto/ecdh, method (*PrivateKey) Bytes() []uint8 #52221
|
|
pkg crypto/ecdh, method (*PrivateKey) Curve() Curve #52221
|
|
pkg crypto/ecdh, method (*PrivateKey) ECDH(*PublicKey) ([]uint8, error) #52221
|
|
pkg crypto/ecdh, method (*PrivateKey) Equal(crypto.PrivateKey) bool #52221
|
|
pkg crypto/ecdh, method (*PrivateKey) Public() crypto.PublicKey #52221
|
|
pkg crypto/ecdh, method (*PrivateKey) PublicKey() *PublicKey #52221
|
|
pkg crypto/ecdh, method (*PublicKey) Bytes() []uint8 #52221
|
|
pkg crypto/ecdh, method (*PublicKey) Curve() Curve #52221
|
|
pkg crypto/ecdh, method (*PublicKey) Equal(crypto.PublicKey) bool #52221
|
|
pkg crypto/ecdh, type Curve interface, GenerateKey(io.Reader) (*PrivateKey, error) #52221
|
|
pkg crypto/ecdh, type Curve interface, NewPrivateKey([]uint8) (*PrivateKey, error) #52221
|
|
pkg crypto/ecdh, type Curve interface, NewPublicKey([]uint8) (*PublicKey, error) #52221
|
|
pkg crypto/ecdh, type Curve interface, unexported methods #52221
|
|
pkg crypto/ecdh, type PrivateKey struct #52221
|
|
pkg crypto/ecdh, type PublicKey struct #52221
|