You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow foreign declarations to have an implementation in Cryptol as well. We could fall back to using the Cryptol implementation in situations where we can't do FFI, such as on unsupported platforms or in symbolic backends. It would also be nice to have some kind of integration with SAW so we can verify that the C function matches the Cryptol one.
The text was updated successfully, but these errors were encountered:
I agree it would be incredibly helpful to allow foreign declarations to have an implementation in Cryptol, and any interpreter will use the shared library if it exists, and the Cryptol definition otherwise.
Allow
foreign
declarations to have an implementation in Cryptol as well. We could fall back to using the Cryptol implementation in situations where we can't do FFI, such as on unsupported platforms or in symbolic backends. It would also be nice to have some kind of integration with SAW so we can verify that the C function matches the Cryptol one.The text was updated successfully, but these errors were encountered: