import "golang.org/x/crypto/cast5"
        
Package cast5 implements CAST5, as defined in RFC 2144. CAST5 is a common OpenPGP cipher.
const BlockSize = 8const KeySize = 16type Cipher struct {
    // contains filtered or unexported fields
}Package cast5 imports 1 packages (graph) and is imported by 7 packages. Updated about 18 hours ago. Refresh now. Tools for package owners.