diff --git a/third_party/2and3/cryptography/hazmat/primitives/ciphers/algorithms.pyi b/third_party/2and3/cryptography/hazmat/primitives/ciphers/algorithms.pyi index 2384380f2..78e44b2c3 100644 --- a/third_party/2and3/cryptography/hazmat/primitives/ciphers/algorithms.pyi +++ b/third_party/2and3/cryptography/hazmat/primitives/ciphers/algorithms.pyi @@ -26,7 +26,7 @@ class Blowfish(BlockCipherAlgorithm, CipherAlgorithm): name: str = ... key_sizes: FrozenSet[int] = ... -class Camelia(BlockCipherAlgorithm, CipherAlgorithm): +class Camellia(BlockCipherAlgorithm, CipherAlgorithm): def __init__(self, key: bytes) -> None: ... @property def key_size(self) -> int: ...