Hello, please help.
I need to create hash of string, ex.
var gen_sha256(str):
...
print(gen_sha256("godot"))
should print:
c629695bba3cbb3a0fb0eab3a7746c72836fecb938073f483627bb144ebbfeb6
HashingContext is not working, says:
Identifier 'HashingContext' is not declared in the current scope.