package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Functions

CreateRandBytes returns a cryptographically secure slice of random bytes with a given size.
DecryptBytes takes a byte slice of encrypted data and an encryption key and returns a decrypted byte slice of data.
EncryptBytes takes a byte slice of raw data and an encryption key and returns an encrypted byte slice of data.