type golang.org/x/crypto/ssh.ecdsaPublicKey
11 uses
golang.org/x/crypto/ssh (current package)
keys.go#L531: type ecdsaPublicKey ecdsa.PublicKey
keys.go#L533: func (k *ecdsaPublicKey) Type() string {
keys.go#L537: func (k *ecdsaPublicKey) nistID() string {
keys.go#L648: return (*ecdsaPublicKey)(key), w.Rest, nil
keys.go#L651: func (k *ecdsaPublicKey) Marshal() []byte {
keys.go#L669: func (k *ecdsaPublicKey) Verify(data []byte, sig *Signature) error {
keys.go#L697: func (k *ecdsaPublicKey) CryptoPublicKey() crypto.PublicKey {
keys.go#L994: case *ecdsaPublicKey:
keys.go#L1020: case *ecdsaPublicKey, *dsaPublicKey:
keys.go#L1031: case *ecdsaPublicKey:
keys.go#L1060: return (*ecdsaPublicKey)(key), nil
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |