mirror of
https://github.com/golang/go
synced 2024-11-20 10:14:43 -07:00
crypto/block: mark as deprecated.
R=rsc CC=golang-dev https://golang.org/cl/3909041
This commit is contained in:
parent
2c037b3616
commit
ee58cc799e
@ -2,6 +2,7 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// 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
|
// The block package implements standard block cipher modes
|
||||||
// that can be wrapped around low-level block cipher implementations.
|
// that can be wrapped around low-level block cipher implementations.
|
||||||
// See http://csrc.nist.gov/groups/ST/toolkit/BCM/current_modes.html
|
// See http://csrc.nist.gov/groups/ST/toolkit/BCM/current_modes.html
|
||||||
|
Loading…
Reference in New Issue
Block a user