-
Notifications
You must be signed in to change notification settings - Fork 75
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
add no-std support #621
add no-std support #621
Conversation
I think this is a breaking change since it removes the Error trait impl. I'll change it so that only happens in no-std mode. |
In case it's useful I have a |
This is great, but we'd prefer if that was incorporated upstream. Did you consider opening a PR there? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
* add no-std support * add no-std support to ciphersuite crates * fix ci * update changelog, use 'dep:' where appropriate * additional fixes * fix clippy issue
I didn't add it to frost-ed448 because Ed448-Goldilocks doesn't support it. I'll eventually create a PR there and we can enable it in frost-ed448 later.
Closes #535
This is a draft just because it's a breaking change and we need to decide when to merge it. Otherwise it's ready.