]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/block: mark as deprecated.
authorAdam Langley <agl@golang.org>
Fri, 7 Jan 2011 21:17:47 +0000 (16:17 -0500)
committerAdam Langley <agl@golang.org>
Fri, 7 Jan 2011 21:17:47 +0000 (16:17 -0500)
R=rsc
CC=golang-dev
https://golang.org/cl/3909041

src/pkg/crypto/block/cipher.go

index a50d05c2942b258e6226ba8be50d15301b6b96f3..e1099e9a104d1e048280719eb1168a581b6a5416 100644 (file)
@@ -2,6 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+// The block package is deprecated, use cipher instead.
 // The block package implements standard block cipher modes
 // that can be wrapped around low-level block cipher implementations.
 // See http://csrc.nist.gov/groups/ST/toolkit/BCM/current_modes.html