mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 04:04:25 +08:00
Fix typo in camellia algorithm name (#4847)
This commit is contained in:
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user