Delete fmtio.BytesFromStdin
It was used mainly to read stdin into a buffer, then wrapped in a bytes.NewBuffer to be passed to FromASCII. It's more straightforward to use os.Stdin directly.
Also add a crypto.HashFile function, for the use cases where data is hashed rather than parsed.