type crypto.PublicKey
17 uses
crypto (current package)
crypto.go#L162: type PublicKey any
crypto.go#L183: Public() PublicKey
crypto.go#L215: Public() PublicKey
crypto/ecdh
ecdh.go#L89: func (k *PublicKey) Equal(x crypto.PublicKey) bool {
ecdh.go#L186: func (k *PrivateKey) Public() crypto.PublicKey {
crypto/ecdsa
ecdsa.go#L73: func (pub *PublicKey) Equal(x crypto.PublicKey) bool {
ecdsa.go#L121: func (priv *PrivateKey) Public() crypto.PublicKey {
crypto/ed25519
ed25519.go#L45: func (pub PublicKey) Equal(x crypto.PublicKey) bool {
ed25519.go#L57: func (priv PrivateKey) Public() crypto.PublicKey {
crypto/rsa
rsa.go#L61: func (pub *PublicKey) Equal(x crypto.PublicKey) bool {
rsa.go#L121: func (priv *PrivateKey) Public() crypto.PublicKey {
crypto/tls
auth.go#L22: func verifyHandshakeSignature(sigType uint8, pubkey crypto.PublicKey, hashFunc crypto.Hash, signed, sig []byte) error {
auth.go#L131: func legacyTypeAndHashFromPublicKey(pub crypto.PublicKey) (sigType uint8, hash crypto.Hash, err error) {
handshake_server.go#L620: var pub crypto.PublicKey // public key for client auth, if any
crypto/x509
verify.go#L852: Equal(crypto.PublicKey) bool
x509.go#L876: func checkSignature(algo SignatureAlgorithm, signed, signature []byte, publicKey crypto.PublicKey, allowSHA1 bool) (err error) {
x509.go#L1601: Equal(crypto.PublicKey) bool
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |