-
The length of the field of the struct display widget cannot display the full RSA encryption result regardless of the large value set, the test program is https://github.com/ddkwork/crypt open the RSA page after running, there are default test parameters in it, click the encryption button |
Beta Was this translation helpful? Give feedback.
Answered by
kkoreilly
Feb 2, 2024
Replies: 2 comments 6 replies
-
https://github.com/ddkwork/crypt/blob/master/main.go#L75-L81 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I will look into this, also in the context of #697. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I realized what the problem is: the max width is preventing the text field from growing enough. Again, I will work on improving the structure of this more in #697, but for now, can you try adding a
max-width:"0"
struct tag to disable the max width?