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
Consider RPParamsMod that has three methods commit(), commit_wide() and commit_xwide() which do the same thing, but with different types of integers as arguments. Instead, we can have a Commit trait with different associated types. The same applies e.g. for Ciphertext constructors.
The text was updated successfully, but these errors were encountered:
Consider
RPParamsMod
that has three methodscommit()
,commit_wide()
andcommit_xwide()
which do the same thing, but with different types of integers as arguments. Instead, we can have aCommit
trait with different associated types. The same applies e.g. forCiphertext
constructors.The text was updated successfully, but these errors were encountered: