SHA256 Hashes
main.w
bring util;
let value = util.sha256("sha256 this string");
log(value);
Wing console output
# Run locally with wing console
1af1dfa857bf1d8814fe1af8983c18080019922e557f15a8a0d3db739d77aacb
bring util;
let value = util.sha256("sha256 this string");
log(value);
# Run locally with wing console
1af1dfa857bf1d8814fe1af8983c18080019922e557f15a8a0d3db739d77aacb