Home
last modified time | relevance | path

Searched defs:cfbVerifier (Results 1 – 1 of 1) sorted by relevance

/external/python/cryptography/docs/development/custom-vectors/cast5/
Dverify_cast5.go74 type cfbVerifier struct{} struct
76 func (o cfbVerifier) validate(count string, key, iv, plaintext, expectedCiphertext []byte) {