golang.org/x/crypto/openpgp/packet.Signature.DSASigS (field)
9 uses
golang.org/x/crypto/openpgp/packet (current package)
public_key.go#L535: if !dsa.Verify(dsaPublicKey, hashBytes, new(big.Int).SetBytes(sig.DSASigR.bytes), new(big.Int).SetBytes(sig.DSASigS.bytes)) {
signature.go#L46: DSASigR, DSASigS parsedMPI
signature.go#L163: sig.DSASigS.bytes, sig.DSASigS.bitLength, err = readMPI(r)
signature.go#L535: sig.DSASigS.bytes = s.Bytes()
signature.go#L536: sig.DSASigS.bitLength = uint16(8 * len(sig.DSASigS.bytes))
signature.go#L613: sigLength += 2 + len(sig.DSASigS.bytes)
signature.go#L653: 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. |