Imports of package rfc3961

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/cipherPackage cipher implements standard block cipher modes that can be wrapped around low-level block cipher implementations.
crypto/desPackage des implements the Data Encryption Standard (DES) and the Triple Data Encryption Algorithm (TDEA) as defined in U.S. Federal Information Processing Standards Publication 46-3.
crypto/hmacPackage hmac implements the Keyed-Hash Message Authentication Code (HMAC) as defined in U.S. Federal Information Processing Standards Publication 198.
crypto/randPackage rand implements a cryptographically secure random number generator.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/jcmturner/gokrb5/v8/crypto/commonPackage common provides encryption methods common across encryption types
github.com/jcmturner/gokrb5/v8/crypto/etypePackage etype provides the Kerberos Encryption Type interface