Imports of package rfc3962

PathSynopsis
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/v2Package aescts provides AES CBC CipherText Stealing encryption and decryption methods
github.com/jcmturner/gofork/x/crypto/pbkdf2Package pbkdf2 implements the key derivation function PBKDF2 as defined in RFC 2898 / PKCS #5 v2.0.
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