]> Cypherpunks repositories - gostls13.git/commit
crypto/cipher: improve documentation for AEAD
authorRob Pike <r@golang.org>
Tue, 22 Dec 2015 20:46:23 +0000 (12:46 -0800)
committerRob Pike <r@golang.org>
Tue, 22 Dec 2015 21:45:53 +0000 (21:45 +0000)
commit4e6750af81996424f26115be1b2d13665764db8a
treed9fa3bb556cac1a6ed2051c2d7bf398e11f9caca
parent94ff47939a1f8d83e9a5241add2de8aa3295439d
crypto/cipher: improve documentation for AEAD

Give a link to the wikipedia page describing the mechanism and
explain better how to use the same buffer for input and output.

Change-Id: If6dfd6cf9c6dff0517cb715f60a11349dbdd91e0
Reviewed-on: https://go-review.googlesource.com/18103
Reviewed-by: Russ Cox <rsc@golang.org>
src/crypto/cipher/gcm.go