I'm looking forward to have a faster SHA256 hash calculation.
My current implementation looks like this where url points to the uploaded file on telegram server
var response = UrlFetchApp.fetch(url);which takes 4-5 seconds for a 2MB file. How can I improve/optimize my code to do it faster?