Skip to content

ECC is not working in all cases #1

Description

@archy-co

There are still cases (combinations of message point and base point Pbase ) in which ECC does not work correctly

Example parameters

  • Coefficients : a = 4, b = 20
  • Finite field : p = 329
  • Random k = 11
  • Pbase : 10th point ( point[9] )

Output

  • Public Key is (132,265)
  • Initial message point is (155,118)
  • Encrypted point is [(132,265),(191,42)]
  • Decrypted message point is (207,289) // Not the same as initial message point

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions