Check against another hash
Check against another hash
Lift a the cryptographic hash function into an F[_] which captures side effects.
Lift a the cryptographic hash function into an F[_] which captures side effects.
The underlying hash function may or may not side effect.
A pipe that transforms a byte stream into the stream of its cryptographic hash.
A pipe that transforms a byte stream into the stream of its cryptographic hash.
Useful for hashes of arbitrary length.
The cryptographic hash function, in its raw form
The cryptographic hash function, in its raw form
It may or may not be pure, depending on the implementation of S (in libsodium it is not pure, since JNI, but in java it is essentially pure)