package cast5
import "k8s.io/kubernetes/Godeps/_workspace/src/golang.org/x/crypto/cast5"
Package cast5 implements CAST5, as defined in RFC 2144. CAST5 is a common OpenPGP cipher.
Index ¶
Constants ¶
const BlockSize = 8
const KeySize = 16
Types ¶
type Cipher ¶
type Cipher struct {
// contains filtered or unexported fields
}
func NewCipher ¶
func (*Cipher) BlockSize ¶
func (*Cipher) Decrypt ¶
func (*Cipher) Encrypt ¶
Source Files ¶
cast5.go
- Version
- v0.16.1
- Published
- May 1, 2015
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 6 minutes ago –
Tools for package owners.