import "golang.org/x/crypto/pkcs12/internal/rc2"
Package rc2 implements the RC2 cipher
https://www.ietf.org/rfc/rfc2268.txt http://people.csail.mit.edu/rivest/pubs/KRRR98.pdf
This code is licensed under the MIT license.
const BlockSize = 8
The rc2 block size in bytes
New returns a new rc2 cipher with the given key and effective key length t1
Package rc2 imports 2 packages (graph) and is imported by 3 packages. Updated 5 days ago. Refresh now. Tools for package owners.