=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/siphash.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/include/siphash.h 2015/02/20 11:51:03 1.3 --- src/include/siphash.h 2022/12/27 07:44:56 1.4 *************** *** 26,32 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ! * $OpenBSD: siphash.h,v 1.3 2015/02/20 11:51:03 tedu Exp $ */ /* --- 26,32 ---- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ! * $OpenBSD: siphash.h,v 1.4 2022/12/27 07:44:56 jmc Exp $ */ /* *************** *** 34,40 **** * optimized for speed on short messages returning a 64bit hash/digest value. * * The number of rounds is defined during the initialization: ! * SipHash24_Init() for the fast and resonable strong version * SipHash48_Init() for the strong version (half as fast) * * struct SIPHASH_CTX ctx; --- 34,40 ---- * optimized for speed on short messages returning a 64bit hash/digest value. * * The number of rounds is defined during the initialization: ! * SipHash24_Init() for the fast and reasonable strong version * SipHash48_Init() for the strong version (half as fast) * * struct SIPHASH_CTX ctx;