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

Function test_poly1305_unsupported

tests/hazmat/primitives/test_poly1305.py:29–31  ·  view source on GitHub ↗
(backend)

Source from the content-addressed store, hash-verified

27 skip_message="Requires OpenSSL without poly1305 support",
28)
29def test_poly1305_unsupported(backend):
30 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_MAC):
31 Poly1305(b"0" * 32)
32
33
34@pytest.mark.supported(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected