| commit | c2ba5865a83564a5fa4620622d80f37ae8bb8338 | [log] [tgz] |
|---|---|---|
| author | Adam Langley <agl@golang.org> | Mon Jun 10 18:03:26 2013 -0400 |
| committer | Adam Langley <agl@golang.org> | Mon Jun 10 18:03:26 2013 -0400 |
| tree | e90f7e08cb29f40ce0fafd473d68c803482a0db4 | |
| parent | aa0f5b40812c405df7480c8a69e7f0160363a94b [diff] |
go.crypto/nacl/secretbox: fix append behaviour. secretbox is supposed to append to the given slice, like hash.Sum() and append(). However, I had a complete brain-fart: I've really no idea what I was thinking of at the time. R=golang-dev, sfrithjof, rsc CC=agl, golang-dev https://golang.org/cl/10099043