Elliptic Curve #5: Generalized Discrete Logarithm Problem (EC-GDLP)

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ม.ค. 2025

ความคิดเห็น • 5

  • @AbhaySingh-wf9nk
    @AbhaySingh-wf9nk ปีที่แล้ว +1

    This guy is a legend 👏👏

  • @kavishkapoor5177
    @kavishkapoor5177 ปีที่แล้ว

    thank you so much proff

  • @PixelSergey
    @PixelSergey 4 ปีที่แล้ว

    So, generating a number xP is fast because you can use the double-and-add method, while checking all possible x values is slow because you have to add the points P one-by-one? Is that correct?

    • @AdvancedMath
      @AdvancedMath  4 ปีที่แล้ว

      Given x and P finding solution of Q for xP=Q is EASY due to polynomial time Double-and-Add. However, for xP=Q, if we know P and solution Q, then finding x is difficult. In this case, we can still do better than brute-force using algorithms like "Baby-step giant-step" but such algorithms still do not have polynomial runtime.

  • @sakshamkartik
    @sakshamkartik ปีที่แล้ว

    Thank you :D