Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
class
DummyBlockCipherAlgorithm(DummyCipherAlgorithm, BlockCipherAlgorithm):
23
def
__init__(self, _: object) -> None:
24
pass
25
26
name =
"dummy-block-cipher"
27
28
29
class
DummyMode(Mode):
Callers
1
test_unsupported_cipher
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_unsupported_cipher
Method · 0.68