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
now Hasher should implement an interface with private methods with private types like *server so the only way to define a Hasher is to use a NewModuloHasher() function.
the problem is that Hasher field is public, but i cant really use it.
now
Hasher
should implement an interface with private methods with private types like*server
so the only way to define aHasher
is to use aNewModuloHasher()
function.the problem is that
Hasher
field is public, but i cant really use it.i purpose to change the interface this way:
this will let us to make custom implemenation of Hasher interface
The text was updated successfully, but these errors were encountered: