Versions in this module Expand all Collapse all v8 v8.2.0 Mar 27, 2020 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) Other modules containing this package github.com/igneous-systems/gokrb5