]> Cypherpunks repositories - gostls13.git/commit
crypto/cipher: deprecate NewOFB, NewCFBDecrypter, and NewCFBEncrypter
authorFilippo Valsorda <filippo@golang.org>
Fri, 22 Nov 2024 03:45:33 +0000 (04:45 +0100)
committerGopher Robot <gobot@golang.org>
Fri, 22 Nov 2024 04:18:54 +0000 (04:18 +0000)
commitde76c0dff7b43a761786a9b5c75db2fb77797d62
tree1a48d2793fd6665409a2717e56d81f8a79c51fdb
parent4b7f7cd87dfcbc17861c908b20a6101e5915ef59
crypto/cipher: deprecate NewOFB, NewCFBDecrypter, and NewCFBEncrypter

Updates #69445

Change-Id: Ie9cd13d65f1f989f24731f8b09bbc5124873549f
Reviewed-on: https://go-review.googlesource.com/c/go/+/631019
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Bypass: Filippo Valsorda <filippo@golang.org>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
api/next/69445.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/crypto/cipher/69445.md [new file with mode: 0644]
src/crypto/cipher/cfb.go
src/crypto/cipher/ofb.go