Closed conradoplg closed 4 months ago
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 no_std
lib of Ed448: https://github.com/webb-tools/Ed448-Goldilocks
In case it's useful I have a
no_std
lib of Ed448: https://github.com/webb-tools/Ed448-Goldilocks
This is great, but we'd prefer if that was incorporated upstream. Did you consider opening a PR there?
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.