frost icon indicating copy to clipboard operation
frost copied to clipboard

add no-std support

Open conradoplg opened this issue 11 months ago • 2 comments

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.

conradoplg avatar Feb 27 '24 22:02 conradoplg

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.

conradoplg avatar Mar 01 '24 14:03 conradoplg

In case it's useful I have a no_std lib of Ed448: https://github.com/webb-tools/Ed448-Goldilocks

drewstone avatar Apr 15 '24 00:04 drewstone

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?

conradoplg avatar May 30 '24 17:05 conradoplg