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) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |