SHA256SUM compute sha256 hash of file
requires: java
function hash = sha256sum(file) arguments file {mustBeScalarText} end hash = stdlib.file_checksum(file, "SHA-256"); end %!assert(~isempty(sha256sum('sha256sum.m')))
requires: java
function hash = sha256sum(file) arguments file {mustBeScalarText} end hash = stdlib.file_checksum(file, "SHA-256"); end %!assert(~isempty(sha256sum('sha256sum.m')))