/*: Convert this content to Playground Markup Section 11

Supported Algorithms

The Digest class supports the following algorithms:

Using HMAC

Calculating a keyed-Hash Message Authentication Code (HMAC) is very similar to calculating a message digest, except that the initialization routine now takes a key as well as an algorithm parameter.

*/