golang.org/x/crypto/openpgp/packet.SignatureV3.DSASigS (field)
5 uses
golang.org/x/crypto/openpgp/packet (current package)
public_key.go#L585: if !dsa.Verify(dsaPublicKey, hashBytes, new(big.Int).SetBytes(sig.DSASigR.bytes), new(big.Int).SetBytes(sig.DSASigS.bytes)) {
signature_v3.go#L32: DSASigR, DSASigS parsedMPI
signature_v3.go#L96: sig.DSASigS.bytes, sig.DSASigS.bitLength, err = readMPI(r)
signature_v3.go#L141: err = writeMPIs(w, sig.DSASigR, sig.DSASigS)
![]() |
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. |