Imports of package kadmin

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
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/gofork/encoding/asn1Package asn1 implements parsing of DER-encoded ASN.1 data structures, as defined in ITU-T Rec X.690.
github.com/jcmturner/gokrb5/v8/cryptoPackage crypto implements cryptographic functions for Kerberos 5 implementation.
github.com/jcmturner/gokrb5/v8/krberrorPackage krberror provides error type and functions for gokrb5.
github.com/jcmturner/gokrb5/v8/messagesPackage messages implements Kerberos 5 message types and methods.
github.com/jcmturner/gokrb5/v8/typesPackage types provides Kerberos 5 data types.
mathPackage math provides basic constants and mathematical functions.