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

Class DummyKeySerializationEncryption

tests/doubles.py:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42class DummyKeySerializationEncryption(
43 serialization.KeySerializationEncryption
44):
45 pass
46
47
48class DummyAsymmetricPadding(padding.AsymmetricPadding):

Calls

no outgoing calls