golang.org/x/crypto/ssh.Certificate.Nonce (field)
5 uses
golang.org/x/crypto/ssh (current package)
certs.go#L54: Nonce []byte
certs.go#L182: Nonce: nonce,
certs.go#L420: c.Nonce = make([]byte, 32)
certs.go#L421: if _, err := io.ReadFull(rand, c.Nonce); err != nil {
certs.go#L489: }{c.Type(), c.Nonce, keyBytes})
![]() |
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. |