You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2023. It is now read-only.
Ironically it uses different key sizes, exact opposite as your library.
Public Key (64 bytes)
Private Key (32 bytes)
I believe it's due to the way the github library defaulted. I am not familiar enough with the algorithm to know, in all the places you have a hard coded in size, how much would get corrupted by making the change and if the hash etc belongs to one of the key sizes.
Is it possible to wrap your sizes in a const () at the top, and make it easily changable ?