Home
last modified time | relevance | path

Searched refs:encode_rfc6979_signature (Results 1 – 3 of 3) sorted by relevance

/external/python/cryptography/tests/hazmat/primitives/
Dtest_asym_utils.py11 encode_dss_signature, encode_rfc6979_signature,
18 sig = encode_rfc6979_signature(1, 1)
/external/python/cryptography/src/cryptography/hazmat/primitives/asymmetric/
Dutils.py32 def encode_rfc6979_signature(r, s): function
/external/python/cryptography/
DCHANGELOG.rst848 * Deprecate ``encode_rfc6979_signature`` and ``decode_rfc6979_signature`` in