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
$ cryptol ┏━╸┏━┓╻ ╻┏━┓╺┳╸┏━┓╻ ┃ ┣┳┛┗┳┛┣━┛ ┃ ┃ ┃┃ ┗━╸╹┗╸ ╹ ╹ ╹ ┗━┛┗━╸ version 2.7.1 (1e11ff6) Loading module Cryptol Cryptol> transpose (zero : [inf][1][1]) [[0x0, 0x0, 0x0, 0x0, 0x0, ...]]
$ saw ┏━━━┓━━━┓━┓━┓━┓ ┃ ━━┓ ╻ ┃ ┃ ┃ ┃ ┣━━ ┃ ╻ ┃┓ ╻ ┏┛ ┗━━━┛━┛━┛┗━┛━┛ version 0.3 (58e71d5) sawscript> print {{ transpose (zero : [inf][1][1]) }} saw: Unexpected Fin constraint violation!
The text was updated successfully, but these errors were encountered:
It appears that when we implemented transpose in saw-core, we omitted the cases for infinite sizes. (https://github.com/GaloisInc/cryptol-verifier/blob/master/saw/Cryptol.sawcore#L1066) This should be pretty easy to fix.
transpose
Sorry, something went wrong.
Implement ecTranspose for infinite sizes.
757cb26
This is a fix for GaloisInc/saw-script#534.
7db8039
Merge pull request #535 from GaloisInc/issue534
6019ea4
Update cryptol-verifier version. Fixes #534.
Thank you!
294145e
brianhuffman
No branches or pull requests
The text was updated successfully, but these errors were encountered: