SHA224digest (String function)

From m204wiki
Revision as of 18:54, 28 August 2015 by JAL (talk | contribs) (add details)
Jump to navigation Jump to search

224-bit SHA-2 digest (String class)

[Introduced in Model 204 7.6]


The SHA224digest intrinsic function returns the 28-byte (always) binary string that is the SHA-224 digest of the method object string.

Syntax

%outString = string:SHA224digest

Syntax terms

%outString A string variable to receive the SHA-224 digest of the method object string.
string The string to which the method is applied.

Usage notes

Examples

See also