crypto/cipher.AEAD.Open (method)
4 uses
	crypto/cipher (current package)
		gcm.go#L46: 	Open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error)
	crypto/tls
		cipher_suites.go#L475: 	return f.aead.Open(out, f.nonce[:], ciphertext, additionalData)
		cipher_suites.go#L505: 	result, err := f.aead.Open(out, f.nonceMask[:], ciphertext, additionalData)
		conn.go#L383: 			plaintext, err = c.Open(payload[:0], nonce, payload, additionalData)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |