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
The implementations of this repository use the 'slow' inversion algorithm:
study existing 'fast' implementations/related literature;
implement it; test it; safety+sct it; bench it; merge it;
Proving it correct might require some more time: separate issue.
Note: this issue raises a question. At some point in time, there will be components in this repository that will not be formally verified:
I'm in favor of: the release should only contain formally verified code
for development and prototyping purposes, the user/dev should have access to the infrastructure that allows to compile a library with the existing non-formally code (that also lives under main)
The text was updated successfully, but these errors were encountered:
The implementations of this repository use the 'slow' inversion algorithm:
Proving it correct might require some more time: separate issue.
Note: this issue raises a question. At some point in time, there will be components in this repository that will not be formally verified:
The text was updated successfully, but these errors were encountered: