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
It looks like some crates want a D: Digest<OutputSize = U64> + Default as an argument to what hash to use, so that VarBlake2b is not very useful on it's own. Eg. dalek-cryptography/ed25519-dalek#59
I could write my own wrapper, but if I need it, other people will, too.
It looks like some crates want a
D: Digest<OutputSize = U64> + Defaultas an argument to what hash to use, so thatVarBlake2bis not very useful on it's own. Eg. dalek-cryptography/ed25519-dalek#59I could write my own wrapper, but if I need it, other people will, too.