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

Class DummyCipherAlgorithm

tests/doubles.py:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15class DummyCipherAlgorithm(CipherAlgorithm):
16 name = "dummy-cipher"
17 block_size = 128
18 key_size = 256
19 key_sizes = frozenset([256])
20
21
22class DummyBlockCipherAlgorithm(DummyCipherAlgorithm, BlockCipherAlgorithm):

Callers 3

test_supports_cipherMethod · 0.85

Calls

no outgoing calls

Tested by 3

test_supports_cipherMethod · 0.68