bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/hmac | Package hmac implements the Keyed-Hash Message Authentication Code (HMAC) as defined in U.S. Federal Information Processing Standards Publication 198. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
encoding/hex | Package hex implements hexadecimal encoding and decoding. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/jcmturner/gofork/encoding/asn1 | Package asn1 implements parsing of DER-encoded ASN.1 data structures, as defined in ITU-T Rec X.690. |
github.com/jcmturner/gokrb5/v8/crypto | Package crypto implements cryptographic functions for Kerberos 5 implementation. |
github.com/jcmturner/gokrb5/v8/iana/keyusage | Package keyusage provides Kerberos 5 key usage assigned numbers. |
github.com/jcmturner/gokrb5/v8/types | Package types provides Kerberos 5 data types. |