golang.org/x/crypto/openpgp/packet.SignatureV3.CreationTime (field)
5 uses
golang.org/x/crypto/openpgp/packet (current package)
public_key.go#L559: binary.BigEndian.PutUint32(suffix[1:], uint32(sig.CreationTime.Unix()))
public_key_v3.go#L197: binary.BigEndian.PutUint32(suffix[1:], uint32(sig.CreationTime.Unix()))
signature_v3.go#L25: CreationTime time.Time
signature_v3.go#L60: sig.CreationTime = time.Unix(int64(t), 0)
signature_v3.go#L110: binary.BigEndian.PutUint32(buf[1:5], uint32(sig.CreationTime.Unix()))
![]() |
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. |