create_hashFile {trustedtimestamping} | R Documentation |
Create sha256 hash of a file
Description
Create sha256 hash of a file
Usage
create_hashFile(path)
Arguments
path |
filename (and path, if outside working directory) of a file |
Value
hash
Examples
create_hashFile("test.rds")
[Package trustedtimestamping version 0.2.6 Index]