type golang.org/x/crypto/cast5.Cipher

7 uses

	golang.org/x/crypto/cast5 (current package)
		cast5.go#L21: type Cipher struct {
		cast5.go#L26: func NewCipher(key []byte) (c *Cipher, err error) {
		cast5.go#L31: 	c = new(Cipher)
		cast5.go#L36: func (c *Cipher) BlockSize() int {
		cast5.go#L40: func (c *Cipher) Encrypt(dst, src []byte) {
		cast5.go#L74: func (c *Cipher) Decrypt(dst, src []byte) {
		cast5.go#L195: func (c *Cipher) keySchedule(in []byte) {