Imports of package crypto

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/aesPackage aes implements AES encryption (formerly Rijndael), as defined in U.S. Federal Information Processing Standards Publication 197.
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/md5Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
crypto/sha1Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
crypto/sha512Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256 hash algorithms as defined in FIPS 180-4.
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/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/crypto/rfc3961Package rfc3961 provides encryption and checksum methods as specified in RFC 3961
github.com/jcmturner/gokrb5/v8/crypto/rfc3962Package rfc3962 provides encryption and checksum methods as specified in RFC 3962
github.com/jcmturner/gokrb5/v8/crypto/rfc4757Package rfc4757 provides encryption and checksum methods as specified in RFC 4757
github.com/jcmturner/gokrb5/v8/crypto/rfc8009Package rfc8009 provides encryption and checksum methods as specified in RFC 8009
github.com/jcmturner/gokrb5/v8/iana/chksumtypePackage chksumtype provides Kerberos 5 checksum type assigned numbers.
github.com/jcmturner/gokrb5/v8/iana/etypeIDPackage etypeID provides Kerberos 5 encryption type assigned numbers.
github.com/jcmturner/gokrb5/v8/iana/patypePackage patype provides Kerberos 5 pre-authentication type assigned numbers.
github.com/jcmturner/gokrb5/v8/typesPackage types provides Kerberos 5 data types.
golang.org/x/crypto/md4Package md4 implements the MD4 hash algorithm as defined in RFC 1320.
hashPackage hash provides interfaces for hash functions.
ioPackage io provides basic interfaces to I/O primitives.