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
Currently the examples/param_modules/AES and cryptol-specs AES examples heavily rely on backticked module imports, as they were likely designed to show off this feature. With this feature removed, we should rewrite these examples to show off the new module system, instead of directly adapting them. This would get rid of the clunky code which results from directly adapting these examples, and would add a good larger example of using interface modules to the repo.
The text was updated successfully, but these errors were encountered:
Currently the
examples/param_modules/AES
andcryptol-specs
AES examples heavily rely on backticked module imports, as they were likely designed to show off this feature. With this feature removed, we should rewrite these examples to show off the new module system, instead of directly adapting them. This would get rid of the clunky code which results from directly adapting these examples, and would add a good larger example of using interface modules to the repo.The text was updated successfully, but these errors were encountered: