From: Adam Langley Date: Fri, 7 Jan 2011 21:17:47 +0000 (-0500) Subject: crypto/block: mark as deprecated. X-Git-Tag: weekly.2011-01-12~50 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ee58cc799e42d32e5991ba43390c8fc4778b0c7c;p=gostls13.git crypto/block: mark as deprecated. R=rsc CC=golang-dev https://golang.org/cl/3909041 --- diff --git a/src/pkg/crypto/block/cipher.go b/src/pkg/crypto/block/cipher.go index a50d05c294..e1099e9a10 100644 --- a/src/pkg/crypto/block/cipher.go +++ b/src/pkg/crypto/block/cipher.go @@ -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