I am running Utilities.ComputeDigest() function (Google App Script) which returns byte[] which I think is byte array.
When I run a test using the debugger, it says that the array elements are numbers. (See below)
Is this indeed a byte array?
I am running Utilities.ComputeDigest() function (Google App Script) which returns byte[] which I think is byte array.
When I run a test using the debugger, it says that the array elements are numbers. (See below)
Is this indeed a byte array?