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
#185 removes dynamic method dispatch from the md module. This reduces the code size and complexity, at the expense of removing the undocumented ability to define custom md algorithms.
We should do the same for cipher and pk, both to get the same benefits and for consistency.