Currently window.crypto.subtle.digest() return type is specified as `any`. Instead, it should be a `Promise<ArrayBuffer>`
Currently window.crypto.subtle.digest() return type is specified as
any. Instead, it should be aPromise<ArrayBuffer>