Hash overloads
Synopses
Declared in <hash.h>
Compute the 256‐bit hash of an object.
Compute the 256‐bit hash of the concatenation of two objects.
Return Value
-
The 256‐bit double‐SHA‐256 hash of the object.
-
The 256‐bit double‐SHA‐256 hash of the two objects concatenated.
Parameters
Name |
Description |
in1 |
The object to hash. |
in2 |
The second object to hash. |
Created with MrDocs