Hash overloads
Synopses
Declared in <crypto/siphash.h>
Hash a jumbo block after the data written so far and finalize without modifying the object.
Hash a jumbo block followed by a normal block after the data written so far, and finalize without modifying the object.
Return Value
The resulting 64‐bit hash.
Parameters
Name |
Description |
hash |
The 256‐bit jumbo block to hash. |
extra |
The additional 64‐bit block to hash after the jumbo block. |
Created with MrDocs