1
0
mirror of https://github.com/golang/go synced 2024-10-05 04:21:22 -06:00
go/src/pkg
Adam Langley 8f1d170fc6 crypto/des: add an example to demonstrate EDE2 operation.
EDE2 is a rare DES mode that can be implemented with crypto/des, but
it's somewhat non-obvious so this CL adds an example of doing so.

Fixes #3537.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/6721056
2012-12-22 10:50:11 -05:00
..
archive archive/zip: handle extra data headers with no body 2012-11-18 00:45:47 +11:00
bufio bufio: minor fixes 2012-12-10 17:25:31 -05:00
builtin builtin: correct comment on builtin function delete(). 2012-12-14 09:13:42 -08:00
bytes bytes: avoid duplicate malloc/copy in Buffer.ReadString 2012-12-03 14:04:18 +01:00
compress all: fix typos 2012-12-19 03:04:09 +08:00
container container/heap: Simplify the example. 2012-12-04 14:11:33 -08:00
crypto crypto/des: add an example to demonstrate EDE2 operation. 2012-12-22 10:50:11 -05:00
database/sql all: fix typos 2012-12-19 03:04:09 +08:00
debug debug/elf: handle missing shstrndx in core files 2012-12-18 07:58:22 +11:00
encoding encoding/gob: document that structs only encode/decode exported fields 2012-12-22 10:43:47 -05:00
errors
exp all: fix typos 2012-12-19 03:04:09 +08:00
expvar
flag
fmt fmt, encoding/gob: fix misuse of Read 2012-12-18 01:26:48 +08:00
go go/ast: ast.DeclStmt.Decl must be an *ast.GenDecl node (documentation) 2012-12-21 11:52:21 -08:00
hash
html all: fix the the typos 2012-11-22 02:58:24 +08:00
image all: fix the the typos 2012-11-22 02:58:24 +08:00
index/suffixarray
io io: SectionReader.ReadAt should return EOF when buf is not fully read 2012-12-13 18:36:24 +08:00
log log/syslog: fix flakey test on slow hosts 2012-12-13 16:26:20 +11:00
math math: handle exponent separately in Log2 2012-12-20 12:23:27 -05:00
mime mime/multipart: allow setting the Writer boundary 2012-12-10 16:30:42 -05:00
net net: fix timeout tests 2012-12-22 14:56:02 +09:00
old/netchan gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
os os: remove dead code 2012-12-21 16:02:39 +11:00
path all: set GOMAXPROCS to 1 when counting mallocs 2012-12-01 00:38:01 +08:00
reflect all: set GOMAXPROCS to 1 when counting mallocs 2012-12-01 00:38:01 +08:00
regexp regexp: re-enable TestBadCompile 2012-12-11 12:19:39 -05:00
runtime runtime/race: update linux runtime to r170876. 2012-12-21 19:12:00 +04:00
sort sort: fix comment for various Search routines 2012-11-07 05:07:46 +08:00
strconv all: fix typos 2012-12-19 03:04:09 +08:00
strings bytes, strings: fix Reader WriteTo return value on 0 bytes copied 2012-11-25 09:04:13 -08:00
sync sync/atomic: fix race instrumentation 2012-11-15 21:30:24 +04:00
syscall syscall: lazily populate the environment cache on Plan 9 2012-12-17 08:33:51 -08:00
testing testing: only capture stdout when running examples 2012-12-20 10:48:33 +11:00
text gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
time all: fix typos 2012-12-19 03:04:09 +08:00
unicode unicode: move unicode and related packages to Unicode 6.2.0. 2012-10-31 17:32:16 +01:00
unsafe unsafe: fix a typo 2012-10-19 16:35:15 +11:00