fn derive_key_from_file(path: impl AsRef<Path>) -> Result<Key, Error>
Derives an authentication key from a UTF-8-encoded file.
Returns an error if path cannot be read to String.
path
String