Imports of package rfc8009

PathSynopsis
crypto/aesPackage aes implements AES encryption (formerly Rijndael), as defined in U.S. Federal Information Processing Standards Publication 197.
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.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
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/aescts/v2
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
github.com/jcmturner/gokrb5/v8/iana/etypeIDPackage etypeID provides Kerberos 5 encryption type assigned numbers.
golang.org/x/crypto/pbkdf2Package pbkdf2 implements the key derivation function PBKDF2 as defined in RFC 2898 / PKCS #5 v2.0.