func golang.org/x/crypto/openpgp/packet.keySignatureHash
5 uses
golang.org/x/crypto/openpgp/packet (current package)
public_key.go#L596: func keySignatureHash(pk, signed signingKey, hashFunc crypto.Hash) (h hash.Hash, err error) {
public_key.go#L613: h, err := keySignatureHash(pk, signed, sig.Hash)
public_key.go#L630: if h, err = keySignatureHash(pk, signed, sig.EmbeddedSignature.Hash); err != nil {
public_key_v3.go#L234: h, err := keySignatureHash(pk, signed, sig.Hash)
signature.go#L590: h, err := keySignatureHash(&priv.PublicKey, pub, sig.Hash)
 |
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. |