-
Notifications
You must be signed in to change notification settings - Fork 123
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
[Parameterized Modules] newtype
instance has inconsistent type
#813
Comments
Closing as |
I think I see what's happening here. The issue is that when you define a Perhaps something like this would work?
|
My attempt to apply the instantiated block cipher from Issue #812 to a cipher mode fails:
CBC_.cry
_CBC_XOR32.cry
Would an analogous
blockCipher
instantiated fromBlockCipher_
, as in the Issue #812 crash, have worked? If not, is there a way to encapsulate instances of parameterized modules in this fashion?The text was updated successfully, but these errors were encountered: