Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements in Elliptic Curve Calculation Plugin #358

Merged
merged 3 commits into from
May 18, 2021

Conversation

grthor
Copy link
Member

@grthor grthor commented May 18, 2021

More parameters from the GUI are written to the log.

Log content before change:

Kurve: y� = x� + 15
Punkt P = (-2.37|1.26)
Punkt Q = (-0.65|3.83)
Punkt R = P + Q = (5.24|-12.62)

Log Content after change:

Kurvenparameter: a = 0, b = 15
Kurve: y² = x³ + 15
Punkt P = (-2.22|1.99)
Punkt Q = (-0.92|3.76)
Punkt R = P + Q = (5.01|-11.86)

Depending on the curve type, the content of the log varies.

Log mechansim improved

The log mechanism had a bug that prevented changing the save location after changing the save type (editor/file).

The bug is now removed by making the storage type always "file". It is still possible to view the log in an editor. The editor now uses the file in which the log is written. A temporary file is no longer used.

All results are saved automatically to the file. The user no longer has to select that everything is saved.

GUI before changes:
grafik

GUI after changes:
grafik

@grthor grthor merged commit 5865b3b into jcryptool:develop May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant