MCPcopy
hub / github.com/pyca/cryptography / test_unsupported_backend

Function test_unsupported_backend

tests/hazmat/primitives/test_argon2.py:42–46  ·  view source on GitHub ↗
(backend)

Source from the content-addressed store, hash-verified

40 skip_message="Supports argon2 so can't test unsupported path",
41)
42def test_unsupported_backend(backend):
43 with raises_unsupported_algorithm(None):
44 Argon2id(
45 salt=b"salt" * 2, length=32, iterations=1, lanes=1, memory_cost=32
46 )
47
48
49@pytest.mark.supported(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected