Classes
Methods
-
<static> exports.hashCode(val)
-
Generate a hash from string.
Parameters:
Name Type Description val
String - Deprecated:
-
- We do not need string hashes at all.
Returns:
hash
- Type
- Number
-
<static> exports.hexDecode( [value])
-
Decodes a Hexadecimal to UTF-8-String.
Parameters:
Name Type Argument Default Description value
String <optional>
"" Returns:
- Type
- String
-
<static> exports.hexEncode( [value])
-
Encodes an UTF-8-String to hexadicmal.
Parameters:
Name Type Argument Default Description value
String <optional>
"" Returns:
- Type
- String