Discrete Logarithm Problem in Finite Fields












2














Consider the finite field $mathbb{F}_{displaystyle{3^{23}}}$ which is constructed from the primitive polynomial ${bf f}=x^{23}-x^3+1$ over $mathbb{F}_3$. Let $alpha$ be a root of $bf f$. Suppose that $beta$ is a polynomial based on the $alpha$ such as $beta=alpha^{22}+alpha^{21}+alpha^{11}+1
$
.



My question: Is there a method (except full search)
to find a positive integer number $k$ such that
$beta=alpha^{k}$?



I know my question is a kind of discrete logarithm problem, but I have no idea except exhaustive search to answer.



Thanks for any suggestions










share|cite|improve this question


















  • 1




    Index calculus may work. Here is an example run, though in a much smaller field. I'm fairly sure I don't want to try that in your case (without a serious silicon aide) unless the polynomial factors easily.
    – Jyrki Lahtonen
    Dec 27 '18 at 6:12








  • 1




    $3^{23}-1=2cdot47cdot1001523179$, so Chinese remainder theorem is not going to really help. Baby step - giant step will give you square root order reduction. Pollard $rho$ about the same.
    – Jyrki Lahtonen
    Dec 27 '18 at 6:15






  • 1




    Index calculus has a wikipedia page. See that for a general description and links to more. I jotted down that example partly to have a semiserious case as an example I can refer to.
    – Jyrki Lahtonen
    Dec 27 '18 at 6:28










  • @JyrkiLahtonen At first, I want to thank you professor Lahtonen because of useful link and notations that you mentioned. I have learned from you that finite fields may seem hard, but with some sweet tricks. Because of this, I want to ask my question clearly. Consider $gamma$ is an element in $mathbb{F}_{displaystyle{3^{23}}}$ such that its order is $47$. Now, consider the following polynomial $$ beta=gamma^{22}+gamma^{21}+gamma^{19}+gamma^{18}+gamma^{15}-gamma^{14}-gamma^{13}+gamma^{10}-gamma^{9}-gamma^{8}-gamma^{7}+gamma^{6}-gamma^{3}- gamma+1 $$
    – user0410
    Dec 27 '18 at 12:18






  • 1




    $gamma$ generates that field, so every element of $Bbb{F}_{3^{23}}$ can be written as a polynomial in $gamma$. Also, this expression does not specify $beta$ uniquely because there are $46$ primitive roots of unity of order $47$, split into two conjugacy classes. This calculation may be one for the computers. I'm afraid I don't see tricks for handling such a $beta$.
    – Jyrki Lahtonen
    Dec 27 '18 at 16:58
















2














Consider the finite field $mathbb{F}_{displaystyle{3^{23}}}$ which is constructed from the primitive polynomial ${bf f}=x^{23}-x^3+1$ over $mathbb{F}_3$. Let $alpha$ be a root of $bf f$. Suppose that $beta$ is a polynomial based on the $alpha$ such as $beta=alpha^{22}+alpha^{21}+alpha^{11}+1
$
.



My question: Is there a method (except full search)
to find a positive integer number $k$ such that
$beta=alpha^{k}$?



I know my question is a kind of discrete logarithm problem, but I have no idea except exhaustive search to answer.



Thanks for any suggestions










share|cite|improve this question


















  • 1




    Index calculus may work. Here is an example run, though in a much smaller field. I'm fairly sure I don't want to try that in your case (without a serious silicon aide) unless the polynomial factors easily.
    – Jyrki Lahtonen
    Dec 27 '18 at 6:12








  • 1




    $3^{23}-1=2cdot47cdot1001523179$, so Chinese remainder theorem is not going to really help. Baby step - giant step will give you square root order reduction. Pollard $rho$ about the same.
    – Jyrki Lahtonen
    Dec 27 '18 at 6:15






  • 1




    Index calculus has a wikipedia page. See that for a general description and links to more. I jotted down that example partly to have a semiserious case as an example I can refer to.
    – Jyrki Lahtonen
    Dec 27 '18 at 6:28










  • @JyrkiLahtonen At first, I want to thank you professor Lahtonen because of useful link and notations that you mentioned. I have learned from you that finite fields may seem hard, but with some sweet tricks. Because of this, I want to ask my question clearly. Consider $gamma$ is an element in $mathbb{F}_{displaystyle{3^{23}}}$ such that its order is $47$. Now, consider the following polynomial $$ beta=gamma^{22}+gamma^{21}+gamma^{19}+gamma^{18}+gamma^{15}-gamma^{14}-gamma^{13}+gamma^{10}-gamma^{9}-gamma^{8}-gamma^{7}+gamma^{6}-gamma^{3}- gamma+1 $$
    – user0410
    Dec 27 '18 at 12:18






  • 1




    $gamma$ generates that field, so every element of $Bbb{F}_{3^{23}}$ can be written as a polynomial in $gamma$. Also, this expression does not specify $beta$ uniquely because there are $46$ primitive roots of unity of order $47$, split into two conjugacy classes. This calculation may be one for the computers. I'm afraid I don't see tricks for handling such a $beta$.
    – Jyrki Lahtonen
    Dec 27 '18 at 16:58














2












2








2







Consider the finite field $mathbb{F}_{displaystyle{3^{23}}}$ which is constructed from the primitive polynomial ${bf f}=x^{23}-x^3+1$ over $mathbb{F}_3$. Let $alpha$ be a root of $bf f$. Suppose that $beta$ is a polynomial based on the $alpha$ such as $beta=alpha^{22}+alpha^{21}+alpha^{11}+1
$
.



My question: Is there a method (except full search)
to find a positive integer number $k$ such that
$beta=alpha^{k}$?



I know my question is a kind of discrete logarithm problem, but I have no idea except exhaustive search to answer.



Thanks for any suggestions










share|cite|improve this question













Consider the finite field $mathbb{F}_{displaystyle{3^{23}}}$ which is constructed from the primitive polynomial ${bf f}=x^{23}-x^3+1$ over $mathbb{F}_3$. Let $alpha$ be a root of $bf f$. Suppose that $beta$ is a polynomial based on the $alpha$ such as $beta=alpha^{22}+alpha^{21}+alpha^{11}+1
$
.



My question: Is there a method (except full search)
to find a positive integer number $k$ such that
$beta=alpha^{k}$?



I know my question is a kind of discrete logarithm problem, but I have no idea except exhaustive search to answer.



Thanks for any suggestions







finite-fields






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Dec 26 '18 at 22:18









user0410

1899




1899








  • 1




    Index calculus may work. Here is an example run, though in a much smaller field. I'm fairly sure I don't want to try that in your case (without a serious silicon aide) unless the polynomial factors easily.
    – Jyrki Lahtonen
    Dec 27 '18 at 6:12








  • 1




    $3^{23}-1=2cdot47cdot1001523179$, so Chinese remainder theorem is not going to really help. Baby step - giant step will give you square root order reduction. Pollard $rho$ about the same.
    – Jyrki Lahtonen
    Dec 27 '18 at 6:15






  • 1




    Index calculus has a wikipedia page. See that for a general description and links to more. I jotted down that example partly to have a semiserious case as an example I can refer to.
    – Jyrki Lahtonen
    Dec 27 '18 at 6:28










  • @JyrkiLahtonen At first, I want to thank you professor Lahtonen because of useful link and notations that you mentioned. I have learned from you that finite fields may seem hard, but with some sweet tricks. Because of this, I want to ask my question clearly. Consider $gamma$ is an element in $mathbb{F}_{displaystyle{3^{23}}}$ such that its order is $47$. Now, consider the following polynomial $$ beta=gamma^{22}+gamma^{21}+gamma^{19}+gamma^{18}+gamma^{15}-gamma^{14}-gamma^{13}+gamma^{10}-gamma^{9}-gamma^{8}-gamma^{7}+gamma^{6}-gamma^{3}- gamma+1 $$
    – user0410
    Dec 27 '18 at 12:18






  • 1




    $gamma$ generates that field, so every element of $Bbb{F}_{3^{23}}$ can be written as a polynomial in $gamma$. Also, this expression does not specify $beta$ uniquely because there are $46$ primitive roots of unity of order $47$, split into two conjugacy classes. This calculation may be one for the computers. I'm afraid I don't see tricks for handling such a $beta$.
    – Jyrki Lahtonen
    Dec 27 '18 at 16:58














  • 1




    Index calculus may work. Here is an example run, though in a much smaller field. I'm fairly sure I don't want to try that in your case (without a serious silicon aide) unless the polynomial factors easily.
    – Jyrki Lahtonen
    Dec 27 '18 at 6:12








  • 1




    $3^{23}-1=2cdot47cdot1001523179$, so Chinese remainder theorem is not going to really help. Baby step - giant step will give you square root order reduction. Pollard $rho$ about the same.
    – Jyrki Lahtonen
    Dec 27 '18 at 6:15






  • 1




    Index calculus has a wikipedia page. See that for a general description and links to more. I jotted down that example partly to have a semiserious case as an example I can refer to.
    – Jyrki Lahtonen
    Dec 27 '18 at 6:28










  • @JyrkiLahtonen At first, I want to thank you professor Lahtonen because of useful link and notations that you mentioned. I have learned from you that finite fields may seem hard, but with some sweet tricks. Because of this, I want to ask my question clearly. Consider $gamma$ is an element in $mathbb{F}_{displaystyle{3^{23}}}$ such that its order is $47$. Now, consider the following polynomial $$ beta=gamma^{22}+gamma^{21}+gamma^{19}+gamma^{18}+gamma^{15}-gamma^{14}-gamma^{13}+gamma^{10}-gamma^{9}-gamma^{8}-gamma^{7}+gamma^{6}-gamma^{3}- gamma+1 $$
    – user0410
    Dec 27 '18 at 12:18






  • 1




    $gamma$ generates that field, so every element of $Bbb{F}_{3^{23}}$ can be written as a polynomial in $gamma$. Also, this expression does not specify $beta$ uniquely because there are $46$ primitive roots of unity of order $47$, split into two conjugacy classes. This calculation may be one for the computers. I'm afraid I don't see tricks for handling such a $beta$.
    – Jyrki Lahtonen
    Dec 27 '18 at 16:58








1




1




Index calculus may work. Here is an example run, though in a much smaller field. I'm fairly sure I don't want to try that in your case (without a serious silicon aide) unless the polynomial factors easily.
– Jyrki Lahtonen
Dec 27 '18 at 6:12






Index calculus may work. Here is an example run, though in a much smaller field. I'm fairly sure I don't want to try that in your case (without a serious silicon aide) unless the polynomial factors easily.
– Jyrki Lahtonen
Dec 27 '18 at 6:12






1




1




$3^{23}-1=2cdot47cdot1001523179$, so Chinese remainder theorem is not going to really help. Baby step - giant step will give you square root order reduction. Pollard $rho$ about the same.
– Jyrki Lahtonen
Dec 27 '18 at 6:15




$3^{23}-1=2cdot47cdot1001523179$, so Chinese remainder theorem is not going to really help. Baby step - giant step will give you square root order reduction. Pollard $rho$ about the same.
– Jyrki Lahtonen
Dec 27 '18 at 6:15




1




1




Index calculus has a wikipedia page. See that for a general description and links to more. I jotted down that example partly to have a semiserious case as an example I can refer to.
– Jyrki Lahtonen
Dec 27 '18 at 6:28




Index calculus has a wikipedia page. See that for a general description and links to more. I jotted down that example partly to have a semiserious case as an example I can refer to.
– Jyrki Lahtonen
Dec 27 '18 at 6:28












@JyrkiLahtonen At first, I want to thank you professor Lahtonen because of useful link and notations that you mentioned. I have learned from you that finite fields may seem hard, but with some sweet tricks. Because of this, I want to ask my question clearly. Consider $gamma$ is an element in $mathbb{F}_{displaystyle{3^{23}}}$ such that its order is $47$. Now, consider the following polynomial $$ beta=gamma^{22}+gamma^{21}+gamma^{19}+gamma^{18}+gamma^{15}-gamma^{14}-gamma^{13}+gamma^{10}-gamma^{9}-gamma^{8}-gamma^{7}+gamma^{6}-gamma^{3}- gamma+1 $$
– user0410
Dec 27 '18 at 12:18




@JyrkiLahtonen At first, I want to thank you professor Lahtonen because of useful link and notations that you mentioned. I have learned from you that finite fields may seem hard, but with some sweet tricks. Because of this, I want to ask my question clearly. Consider $gamma$ is an element in $mathbb{F}_{displaystyle{3^{23}}}$ such that its order is $47$. Now, consider the following polynomial $$ beta=gamma^{22}+gamma^{21}+gamma^{19}+gamma^{18}+gamma^{15}-gamma^{14}-gamma^{13}+gamma^{10}-gamma^{9}-gamma^{8}-gamma^{7}+gamma^{6}-gamma^{3}- gamma+1 $$
– user0410
Dec 27 '18 at 12:18




1




1




$gamma$ generates that field, so every element of $Bbb{F}_{3^{23}}$ can be written as a polynomial in $gamma$. Also, this expression does not specify $beta$ uniquely because there are $46$ primitive roots of unity of order $47$, split into two conjugacy classes. This calculation may be one for the computers. I'm afraid I don't see tricks for handling such a $beta$.
– Jyrki Lahtonen
Dec 27 '18 at 16:58




$gamma$ generates that field, so every element of $Bbb{F}_{3^{23}}$ can be written as a polynomial in $gamma$. Also, this expression does not specify $beta$ uniquely because there are $46$ primitive roots of unity of order $47$, split into two conjugacy classes. This calculation may be one for the computers. I'm afraid I don't see tricks for handling such a $beta$.
– Jyrki Lahtonen
Dec 27 '18 at 16:58















active

oldest

votes











Your Answer





StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3053365%2fdiscrete-logarithm-problem-in-finite-fields%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Mathematics 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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3053365%2fdiscrete-logarithm-problem-in-finite-fields%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Questions related to Moebius Transform of Characteristic Function of the Primes

List of scandals in India

Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?