golang.org/x/crypto/openpgp/packet.SignatureV3.DSASigR (field)
6 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#L93: if sig.DSASigR.bytes, sig.DSASigR.bitLength, err = readMPI(r); err != nil {
signature_v3.go#L133: if sig.RSASignature.bytes == nil && sig.DSASigR.bytes == nil {
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. |