crypto/cipher: add package
cipher is intended to replace crypto/block over time. This change only adds basic parts: CBC and CTR mode and doesn't add the package to the top-level Makefile. R=r, rsc CC=golang-dev https://golang.org/cl/3069041
Showing
src/pkg/crypto/cipher/cbc.go
0 → 100644
src/pkg/crypto/cipher/ctr.go
0 → 100644
src/pkg/crypto/cipher/io.go
0 → 100644
Please register or sign in to comment