-
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
Jonas/refactor tables #40
Conversation
What's the state here? |
The demo can be built now, since I pinned $ cd ./hacspec-scrambledb/scrambledb
$ CC=emcc AR=emar wasm-pack build --target web --features wasm builds the demo in |
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 like this needs another pass to get cleaned up.
- remove commented code - Rename according to spec - Consistent documentation
… jonas/refactor-tables
With the latest commit, I've removed the old comments, aligned the transformation names with the naming scheme from the spec and given more consistent doc comments. |
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.
Thanks
This PR greatly simplifies table data structures and thereby table transformations.
It's still a draft for now since the WASM demo needs more help. It's updated to use the new table types but the
wasm
feature does not build at the moment, I believe because of the dependency onlibcrux
, although I tried enablinglibcrux
'es ownwasm
feature, to no avail.