-
Notifications
You must be signed in to change notification settings - Fork 39
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
Visual plugin: SPHINCS+ fixes #300
Comments
The problem visible in I1) seem not fixable under linux. Lines 131 to 132 in 4d0070a
with only the first line, it works. with both lines, SWT crashes, complaining about a color being disposed. No involvement of any The graph nests another graph in a container, the Possible solutions:
|
background threads were removed in 4d0070a but the cpu load seems to be high still under linux. it is entirely possible that the ZEST visualization as it contains error is constantly trying to log these on redraw into the error log and the cascading problems with that cause this high load. Will have to try under windows, but only after graph revamp or removal. |
Preliminary solution for this plugin is in branch https://github.com/jcryptool/crypto/tree/i300_sphincsplus_graphrework but it will have to sit there for a while until completion (3rd tab not changed at all yet), I'll get around to it in ca. 2 weeks. |
fix bug that cut off ARC4 wizard page controls re-enable shamir's TitleAndDescription add message if graph cannot be correctly displayed; reintroduce random remove unnecessary randomness in Shamir's coefficient gen fix Shamir's Secret Sharing hover with better Tooltip Merge branch 'shamirHoverEtc' into develop Merge branch 'develop' of https://github.com/jcryptool/crypto into develop Allow the challenge blue button selection be cancelled by ESC Previously you had to go through all the process. I also tried to allow the reset button, but it seems to tightly coupled to work properly without major code changes. debug output added to show the faulty order of MouseTrackListener calls correct line break #300 disable treeview tabs for GTK (Linux) as a minimally-viable measure
Original issue: #287 (comment)
Prio Medium/high: visualizations are broken under Linux and would confuse the user.
Medium: context help
The visualizations on linux are broken, s. I1). Sphincs without the plus seems to not have these problems with the same kind of visualization. Fix: remove thread and replace it with suitable SWT idioms for tracking scrolling, dragging
text field below description in I2) has no content, I am not sure what it does.
see: SPHINCS+ CPU load #258
see: SPHINCS visualization misbehaves #270
Textual:
I1)
I2)
The text was updated successfully, but these errors were encountered: