[BACK]Return to siphash.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/siphash.h between version 1.3 and 1.4

version 1.3, 2015/02/20 11:51:03 version 1.4, 2022/12/27 07:44:56
Line 34 
Line 34 
  * optimized for speed on short messages returning a 64bit hash/digest value.   * optimized for speed on short messages returning a 64bit hash/digest value.
  *   *
  * The number of rounds is defined during the initialization:   * The number of rounds is defined during the initialization:
  *  SipHash24_Init() for the fast and resonable strong version   *  SipHash24_Init() for the fast and reasonable strong version
  *  SipHash48_Init() for the strong version (half as fast)   *  SipHash48_Init() for the strong version (half as fast)
  *   *
  * struct SIPHASH_CTX ctx;   * struct SIPHASH_CTX ctx;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4