- Index
- »
- io
- »
- func:ioDigest
def
func:ioDigest
ioDigest(handle, algorithm)
Generate a one-way hash of the given I/O handle. See Buf.toDigest
for available algorithms.
Example:
ioDigest("foo", "SHA-1").ioToBase64
Generate a one-way hash of the given I/O handle. See Buf.toDigest
for available algorithms.
Example:
ioDigest("foo", "SHA-1").ioToBase64