-
Notifications
You must be signed in to change notification settings - Fork 21
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
Allow impl
s to be opaque
#1119
Comments
impl
s and functions to be opaqueimpl
s to be opaque
We need this for both functions and impls. When we see this |
We should make sure that we "kill" the body of opaque stuff early to avoid errors in the engine phases about them. |
Let's use this as a first step towards making opaque anything we do not want to handle, including raw mutable pointers, static globals etc. That needs a design document. |
This needs to be refined for use in libcrux. This needs to be integrated within the opaque design, perhaps giving the user control over what appears where, with good defaults. |
This is needed for #1070 (comment), we already have opaque types of which this will be an extension.
The text was updated successfully, but these errors were encountered: