From 484d8f746a7e8260f3407e412c3b957aa58c082d Mon Sep 17 00:00:00 2001 From: Joshua Haberman <jhaberman@gmail.com> Date: Mon, 2 Nov 2020 22:59:05 -0800 Subject: [PATCH] Updated comment in wyhash.h to correct spelling mistake. --- third_party/wyhash/wyhash.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/third_party/wyhash/wyhash.h b/third_party/wyhash/wyhash.h index 1265169fd6..5658f02df3 100644 --- a/third_party/wyhash/wyhash.h +++ b/third_party/wyhash/wyhash.h @@ -1,9 +1,12 @@ -//Author: Wang Yi <godspeed_china@yeah.net> +/* Copyright 2020 王一 Wang Yi <godspeed_china@yeah.net> + This is free and unencumbered software released into the public domain. http://unlicense.org/ + See github.com/wangyi-fudan/wyhash/ LICENSE + */ #ifndef wyhash_final_version #define wyhash_final_version //defines that change behavior #ifndef WYHASH_CONDOM -#define WYHASH_CONDOM 1 //0: read 8 bytes before and after boudaries, dangerous but fastest. 1: normal valid behavior 2: extra protection against entropy loss (probability=2^-63), aka. "blind multiplication" +#define WYHASH_CONDOM 1 //0: read 8 bytes before and after boundaries, dangerous but fastest. 1: normal valid behavior 2: extra protection against entropy loss (probability=2^-63), aka. "blind multiplication" #endif #define WYHASH_32BIT_MUM 0 //faster on 32 bit system //includes