Handles the request to compute the hash of the specified text by repeating the hash computation as many times as requested.
Name | Description |
---|---|
OnStrongDigest(byte[], int) | Handles the request to compute the hash of the specified data by repeating the hash computation as many times as requested. |
OnStrongDigest(string, int) | Handles the request to compute the hash of the specified text by repeating the hash computation as many times as requested. |