My question is related to the browser support when using hashing algorithms for subresource-integrity.
- Which hashing algorithms are expected to work as SRI hash in all browsers that support SRI? Or is there any browser compatibility chart available? Specification says that browsers should avoid broken algos, but there is not much info about which browser support what. Also, I cannot find list of hashing algos for the purpose.
- Can SHA-3 be used for SRI hash? If so, what shall it look like?
integrity="sha3-384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC"
or something like that? and does any browser support it yet?