MCPcopy Create free account
hub / github.com/pyca/cryptography / DummyBlockCipherAlgorithm

Class DummyBlockCipherAlgorithm

tests/doubles.py:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22class DummyBlockCipherAlgorithm(DummyCipherAlgorithm, BlockCipherAlgorithm):
23 def __init__(self, _: object) -> None:
24 pass
25
26 name = "dummy-block-cipher"
27
28
29class DummyMode(Mode):

Callers 1

Calls

no outgoing calls

Tested by 1