Home
last modified time | relevance | path

Searched refs:SECP256K1 (Results 1 – 11 of 11) sorted by relevance

/external/python/cryptography/docs/development/custom-vectors/
Dsecp256k1.rst1 SECP256K1 vector creation
4 This page documents the code that was used to generate the SECP256K1 elliptic
24 ``cryptography`` was modified to support the SECP256K1 curve. Then
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/EC/
Dcompressed_points.txt17 CURVE = SECP256K1
23 CURVE = SECP256K1
/external/python/cryptography/src/cryptography/hazmat/primitives/asymmetric/
Dec.py19 SECP256K1 = ObjectIdentifier("1.3.132.0.10") variable in EllipticCurveOID
254 class SECP256K1(object): class
298 "secp256k1": SECP256K1,
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/handshake/
DEllipticCurve.java46 SECP256K1(22, "secp256k1"), enumConstant
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/handshake/
DEllipticCurve.java44 SECP256K1(22, "secp256k1"), enumConstant
/external/python/cryptography/docs/development/custom-vectors/secp256k1/
Dverify_secp256k1.py34 ec.SECP256K1()
/external/python/cryptography/tests/wycheproof/
Dtest_ecdh.py24 "secp256k1": ec.SECP256K1(),
/external/python/cryptography/tests/hazmat/primitives/
Dfixtures_ec.py253 curve=ec.SECP256K1(),
Dtest_ec.py105 curve = ec.SECP256K1()
119 curve = ec.SECP256K1()
1070 b"SECP256K1": ec.SECP256K1(),
1150 b"SECP256K1": ec.SECP256K1(),
/external/python/cryptography/docs/hazmat/primitives/asymmetric/
Dec.rst405 .. class:: SECP256K1
835 .. attribute:: SECP256K1
/external/python/cryptography/
DCHANGELOG.rst894 :class:`~cryptography.hazmat.primitives.asymmetric.ec.SECP256K1` elliptic