-
Notifications
You must be signed in to change notification settings - Fork 1
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
Remove hackery around keysize #45
Comments
awesome, I'll fix this now |
an issue I can foresee: it's likely data stored by libsphia will no longer work if we make this change. :/ |
Hmm, so should we close this issue ? |
nah, i don't think so. let's not get stuck on an old (broken) version of sophia. we haven't released a version of this yet, so nobody should really be effected. |
What should we knock out to get the first release out ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sophia has pushed an update which removes the need to
size_t keysize = strlen(key) + 1
. We should now be able to remove all of that ugly logic now :)The text was updated successfully, but these errors were encountered: