What is the integer "d" in the ECC.construct() method? #840
Unanswered
TechPro424
asked this question in
Q&A
Replies: 1 comment
-
The integer 'd' is what makes an ECC private key private. The method Use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all
In the documentation for the
Crypto.PublicKey.ECC.construct()
method, https://www.pycryptodome.org/src/public_key/ecc#Crypto.PublicKey.ECC.constructit is specified that the integer
d
must be within the range[1, order - 1]
What is the integer
d
?From here https://www.pycryptodome.org/src/public_key/ecc#Crypto.PublicKey.ECC.EccKey
What exactly is the "private component"?
Can't find any results for that, even on the web
Beta Was this translation helpful? Give feedback.
All reactions