AVAILABLE_HASH_ALGORITHMS: Record<string, string> = ...

List of available hash algorithms defined by the WebCrypto API standard as of November 2021. The user has the possibility to change the hash algorithm to be used instead of the default sha256.

Note that the list includes the alternative formats with or without the '-' character, and the interface function for setting the algorithm is case insensitive.