We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Two places with invalid code gen (that may or may not be related). The diff in hacl-packages has manual fixes to the C code.
The code here
https://github.com/cryspen/libcrux/blob/66c2e554124e9e802ad99e724bb4e4da4f606dbf/libcrux-ml-kem/src/sampling.rs#L74-L104
gets compiled to
cryspen/hacl-packages@e19a237#diff-0d8e4e786b25ff53506ee2584cdcf17926c6b18ee67d3c7a88405d7d7746db1cR7768-R7777
The map at the end is not compiled right.
map
Similarly,
https://github.com/cryspen/libcrux/blob/66c2e554124e9e802ad99e724bb4e4da4f606dbf/libcrux-ml-kem/src/polynomial.rs#L34-L40
cryspen/hacl-packages@9fb519d#diff-0d8e4e786b25ff53506ee2584cdcf17926c6b18ee67d3c7a88405d7d7746db1cR2456-R2461
The text was updated successfully, but these errors were encountered:
This perhaps fixes #13
19ddd07
This is now fixed since mlkem works.
Sorry, something went wrong.
No branches or pull requests
Two places with invalid code gen (that may or may not be related).
The diff in hacl-packages has manual fixes to the C code.
The code here
https://github.com/cryspen/libcrux/blob/66c2e554124e9e802ad99e724bb4e4da4f606dbf/libcrux-ml-kem/src/sampling.rs#L74-L104
gets compiled to
cryspen/hacl-packages@e19a237#diff-0d8e4e786b25ff53506ee2584cdcf17926c6b18ee67d3c7a88405d7d7746db1cR7768-R7777
The
map
at the end is not compiled right.Similarly,
https://github.com/cryspen/libcrux/blob/66c2e554124e9e802ad99e724bb4e4da4f606dbf/libcrux-ml-kem/src/polynomial.rs#L34-L40
gets compiled to
cryspen/hacl-packages@9fb519d#diff-0d8e4e786b25ff53506ee2584cdcf17926c6b18ee67d3c7a88405d7d7746db1cR2456-R2461
The text was updated successfully, but these errors were encountered: