Why was the term “discrete” used in discrete logarithm? Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Trying to better understand the failure of the Index Calculus for ECDLPWhat is so special about elliptic curves?Why is the discrete logarithm problem assumed to be hard?What is the difference between discrete logarithm and logarithm?Calculating the discrete logarithmWhy is NON DISCRETE logarithm problem not hard as the DISCRETE logarithm problem (so computationally hard)?How to construct a hash function into a cyclic group such that its discrete log is intractable?Discrete logarithm key sizes for very short term usageDiscrete Logarithm NotationDescribing Discrete Logarithm Assumption
Is the Standard Deduction better than Itemized when both are the same amount?
Is it true that "carbohydrates are of no use for the basal metabolic need"?
Is there a service that would inform me whenever a new direct route is scheduled from a given airport?
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
What are the motives behind Cersei's orders given to Bronn?
Can inflation occur in a positive-sum game currency system such as the Stack Exchange reputation system?
Should I call the interviewer directly, if HR aren't responding?
When is phishing education going too far?
Is there a way in Ruby to make just any one out of many keyword arguments required?
How to recreate this effect in Photoshop?
Area of a 2D convex hull
How to motivate offshore teams and trust them to deliver?
What are 'alternative tunings' of a guitar and why would you use them? Doesn't it make it more difficult to play?
Single word antonym of "flightless"
Are variable time comparisons always a security risk in cryptography code?
What's the purpose of writing one's academic bio in 3rd person?
Why is black pepper both grey and black?
If a contract sometimes uses the wrong name, is it still valid?
Should I use Javascript Classes or Apex Classes in Lightning Web Components?
Is it possible to boil a liquid by just mixing many immiscible liquids together?
What would be Julian Assange's expected punishment, on the current English criminal law?
Bold symbols in LuaLaTeX with setmathfont
How can I fade player when goes inside or outside of the area?
How discoverable are IPv6 addresses and AAAA names by potential attackers?
Why was the term “discrete” used in discrete logarithm?
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Trying to better understand the failure of the Index Calculus for ECDLPWhat is so special about elliptic curves?Why is the discrete logarithm problem assumed to be hard?What is the difference between discrete logarithm and logarithm?Calculating the discrete logarithmWhy is NON DISCRETE logarithm problem not hard as the DISCRETE logarithm problem (so computationally hard)?How to construct a hash function into a cyclic group such that its discrete log is intractable?Discrete logarithm key sizes for very short term usageDiscrete Logarithm NotationDescribing Discrete Logarithm Assumption
$begingroup$
Is there anything especially "discrete" about a discrete logarithm? This is not a question of what is a discrete logarithm or why the discrete logarithm problem is an "intractable problem" given certain circumstances. I'm just trying to determine if there's some additional meaning to the term "discrete" as it's used in name discrete logarithm?
The definition of "discrete" is "individually separate and distinct". Could it be that the term "discrete" is a reference to the least non-negative residues of a modulus or the order of points for a particular cyclic group on an elliptic curve?
discrete-logarithm terminology
$endgroup$
add a comment |
$begingroup$
Is there anything especially "discrete" about a discrete logarithm? This is not a question of what is a discrete logarithm or why the discrete logarithm problem is an "intractable problem" given certain circumstances. I'm just trying to determine if there's some additional meaning to the term "discrete" as it's used in name discrete logarithm?
The definition of "discrete" is "individually separate and distinct". Could it be that the term "discrete" is a reference to the least non-negative residues of a modulus or the order of points for a particular cyclic group on an elliptic curve?
discrete-logarithm terminology
$endgroup$
1
$begingroup$
Traditional logarithm: answer is a real or complex number. Discrete logarithm: answer is an element of a finite set $mathbbZ_n$.
$endgroup$
– Mikero
24 mins ago
add a comment |
$begingroup$
Is there anything especially "discrete" about a discrete logarithm? This is not a question of what is a discrete logarithm or why the discrete logarithm problem is an "intractable problem" given certain circumstances. I'm just trying to determine if there's some additional meaning to the term "discrete" as it's used in name discrete logarithm?
The definition of "discrete" is "individually separate and distinct". Could it be that the term "discrete" is a reference to the least non-negative residues of a modulus or the order of points for a particular cyclic group on an elliptic curve?
discrete-logarithm terminology
$endgroup$
Is there anything especially "discrete" about a discrete logarithm? This is not a question of what is a discrete logarithm or why the discrete logarithm problem is an "intractable problem" given certain circumstances. I'm just trying to determine if there's some additional meaning to the term "discrete" as it's used in name discrete logarithm?
The definition of "discrete" is "individually separate and distinct". Could it be that the term "discrete" is a reference to the least non-negative residues of a modulus or the order of points for a particular cyclic group on an elliptic curve?
discrete-logarithm terminology
discrete-logarithm terminology
asked 33 mins ago
JohnGaltJohnGalt
22116
22116
1
$begingroup$
Traditional logarithm: answer is a real or complex number. Discrete logarithm: answer is an element of a finite set $mathbbZ_n$.
$endgroup$
– Mikero
24 mins ago
add a comment |
1
$begingroup$
Traditional logarithm: answer is a real or complex number. Discrete logarithm: answer is an element of a finite set $mathbbZ_n$.
$endgroup$
– Mikero
24 mins ago
1
1
$begingroup$
Traditional logarithm: answer is a real or complex number. Discrete logarithm: answer is an element of a finite set $mathbbZ_n$.
$endgroup$
– Mikero
24 mins ago
$begingroup$
Traditional logarithm: answer is a real or complex number. Discrete logarithm: answer is an element of a finite set $mathbbZ_n$.
$endgroup$
– Mikero
24 mins ago
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The word discrete is used as an antonym of 'continuous', that is, it is the normal logarithmic problem, just over a discrete group.
The standard logarithmic problem is over the infinite group $mathbbR^*$, this group is called 'continuous', because for any element $x$, there are other elements that are arbitrarily close to it.
The discrete logarithmic problem is over a finite group (for example, $mathbbZ_p^*$); in contrast to $mathbbR^*$, we don't have group elements arbitrarily close together; we call this type of group 'discrete'.
$endgroup$
$begingroup$
Would it be accurate to say that the fact that the group is discrete in a discrete logarithm, isn't what makes them useful in say DH, but instead other properties? For example, a useful property of a discrete group (in connection with DH) when the modulus and base are chosen wisely is that computing the exponent used to exponentiate a power can be made computationally infeasible (e.g. DLP)? Or is there some connection between the non-continuous nature of the discrete group that enables the intractability of DLP?
$endgroup$
– JohnGalt
2 mins ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "281"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcrypto.stackexchange.com%2fquestions%2f68801%2fwhy-was-the-term-discrete-used-in-discrete-logarithm%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The word discrete is used as an antonym of 'continuous', that is, it is the normal logarithmic problem, just over a discrete group.
The standard logarithmic problem is over the infinite group $mathbbR^*$, this group is called 'continuous', because for any element $x$, there are other elements that are arbitrarily close to it.
The discrete logarithmic problem is over a finite group (for example, $mathbbZ_p^*$); in contrast to $mathbbR^*$, we don't have group elements arbitrarily close together; we call this type of group 'discrete'.
$endgroup$
$begingroup$
Would it be accurate to say that the fact that the group is discrete in a discrete logarithm, isn't what makes them useful in say DH, but instead other properties? For example, a useful property of a discrete group (in connection with DH) when the modulus and base are chosen wisely is that computing the exponent used to exponentiate a power can be made computationally infeasible (e.g. DLP)? Or is there some connection between the non-continuous nature of the discrete group that enables the intractability of DLP?
$endgroup$
– JohnGalt
2 mins ago
add a comment |
$begingroup$
The word discrete is used as an antonym of 'continuous', that is, it is the normal logarithmic problem, just over a discrete group.
The standard logarithmic problem is over the infinite group $mathbbR^*$, this group is called 'continuous', because for any element $x$, there are other elements that are arbitrarily close to it.
The discrete logarithmic problem is over a finite group (for example, $mathbbZ_p^*$); in contrast to $mathbbR^*$, we don't have group elements arbitrarily close together; we call this type of group 'discrete'.
$endgroup$
$begingroup$
Would it be accurate to say that the fact that the group is discrete in a discrete logarithm, isn't what makes them useful in say DH, but instead other properties? For example, a useful property of a discrete group (in connection with DH) when the modulus and base are chosen wisely is that computing the exponent used to exponentiate a power can be made computationally infeasible (e.g. DLP)? Or is there some connection between the non-continuous nature of the discrete group that enables the intractability of DLP?
$endgroup$
– JohnGalt
2 mins ago
add a comment |
$begingroup$
The word discrete is used as an antonym of 'continuous', that is, it is the normal logarithmic problem, just over a discrete group.
The standard logarithmic problem is over the infinite group $mathbbR^*$, this group is called 'continuous', because for any element $x$, there are other elements that are arbitrarily close to it.
The discrete logarithmic problem is over a finite group (for example, $mathbbZ_p^*$); in contrast to $mathbbR^*$, we don't have group elements arbitrarily close together; we call this type of group 'discrete'.
$endgroup$
The word discrete is used as an antonym of 'continuous', that is, it is the normal logarithmic problem, just over a discrete group.
The standard logarithmic problem is over the infinite group $mathbbR^*$, this group is called 'continuous', because for any element $x$, there are other elements that are arbitrarily close to it.
The discrete logarithmic problem is over a finite group (for example, $mathbbZ_p^*$); in contrast to $mathbbR^*$, we don't have group elements arbitrarily close together; we call this type of group 'discrete'.
answered 24 mins ago
ponchoponcho
94.1k2148247
94.1k2148247
$begingroup$
Would it be accurate to say that the fact that the group is discrete in a discrete logarithm, isn't what makes them useful in say DH, but instead other properties? For example, a useful property of a discrete group (in connection with DH) when the modulus and base are chosen wisely is that computing the exponent used to exponentiate a power can be made computationally infeasible (e.g. DLP)? Or is there some connection between the non-continuous nature of the discrete group that enables the intractability of DLP?
$endgroup$
– JohnGalt
2 mins ago
add a comment |
$begingroup$
Would it be accurate to say that the fact that the group is discrete in a discrete logarithm, isn't what makes them useful in say DH, but instead other properties? For example, a useful property of a discrete group (in connection with DH) when the modulus and base are chosen wisely is that computing the exponent used to exponentiate a power can be made computationally infeasible (e.g. DLP)? Or is there some connection between the non-continuous nature of the discrete group that enables the intractability of DLP?
$endgroup$
– JohnGalt
2 mins ago
$begingroup$
Would it be accurate to say that the fact that the group is discrete in a discrete logarithm, isn't what makes them useful in say DH, but instead other properties? For example, a useful property of a discrete group (in connection with DH) when the modulus and base are chosen wisely is that computing the exponent used to exponentiate a power can be made computationally infeasible (e.g. DLP)? Or is there some connection between the non-continuous nature of the discrete group that enables the intractability of DLP?
$endgroup$
– JohnGalt
2 mins ago
$begingroup$
Would it be accurate to say that the fact that the group is discrete in a discrete logarithm, isn't what makes them useful in say DH, but instead other properties? For example, a useful property of a discrete group (in connection with DH) when the modulus and base are chosen wisely is that computing the exponent used to exponentiate a power can be made computationally infeasible (e.g. DLP)? Or is there some connection between the non-continuous nature of the discrete group that enables the intractability of DLP?
$endgroup$
– JohnGalt
2 mins ago
add a comment |
Thanks for contributing an answer to Cryptography Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcrypto.stackexchange.com%2fquestions%2f68801%2fwhy-was-the-term-discrete-used-in-discrete-logarithm%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
$begingroup$
Traditional logarithm: answer is a real or complex number. Discrete logarithm: answer is an element of a finite set $mathbbZ_n$.
$endgroup$
– Mikero
24 mins ago