Versions in this module Expand all Collapse all v1 v1.0.0 Dec 5, 2022 Changes in this version + func GetChecksumHash(b, key []byte, usage uint32, etype etype.EType) ([]byte, error) + func GetHash(pt, key []byte, usage []byte, etype etype.EType) ([]byte, error) + func GetIntegrityHash(b, key []byte, usage uint32, etype etype.EType) ([]byte, error) + func GetUsageKc(un uint32) []byte + func GetUsageKe(un uint32) []byte + func GetUsageKi(un uint32) []byte + func IterationsToS2Kparams(i uint32) string + func PKCS7Pad(b []byte, m int) ([]byte, error) + func PKCS7Unpad(b []byte, m int) ([]byte, error) + func VerifyChecksum(key, chksum, msg []byte, usage uint32, etype etype.EType) bool + func ZeroPad(b []byte, m int) ([]byte, error) Incompatible versions in this module v8.4.5+incompatible Nov 22, 2024 v8.4.4+incompatible Dec 5, 2022 Other modules containing this package github.com/SecureAuthCorp/gokrb5/v8