]> Cypherpunks repositories - gostls13.git/commit
Add base85, based on base64.
authorRuss Cox <rsc@golang.org>
Tue, 20 Oct 2009 16:04:09 +0000 (09:04 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 20 Oct 2009 16:04:09 +0000 (09:04 -0700)
commitfcc4be8c656cec635640f0c390101a33f65cdd7c
tree29cfb9a4d51e0a2840ac1b9814f576a68ff1c4c0
parent60ff8cc86ffd10316c4dadd3484eff8197dde753
Add base85, based on base64.

Also add git version of base85,
which is what I really wanted but
didn't recognize as different until it
was too late.

R=austin
DELTA=980  (972 added, 4 deleted, 4 changed)
OCL=35580
CL=35921
src/pkg/Make.deps
src/pkg/Makefile
src/pkg/base64/base64.go
src/pkg/base85/Makefile [new file with mode: 0644]
src/pkg/base85/base85.go [new file with mode: 0644]
src/pkg/base85/base85_test.go [new file with mode: 0644]
src/pkg/base85/git.go [new file with mode: 0644]
src/pkg/base85/git_test.go [new file with mode: 0644]