Expand description
Algorithm or parameter identifier.
Implements the following parts of the PHC string format specification:
The function symbolic name is a sequence of characters in:
[a-z0-9-](lowercase letters, digits, and the minus sign). No other character is allowed. Each function defines its own identifier (or identifiers in case of a function family); identifiers should be explicit (human readable, not a single digit), with a length of about 5 to 10 characters. An identifier name MUST NOT exceed 32 characters in length.Each parameter name shall be a sequence of characters in:
[a-z0-9-](lowercase letters, digits, and the minus sign). No other character is allowed. Parameter names SHOULD be readable for a human user. A parameter name MUST NOT exceed 32 characters in length.
Structsยง
- Ident
- Algorithm or parameter identifier.