From 4e56dbc9dd6bb5df496b64145eb330491f24bf3e Mon Sep 17 00:00:00 2001 From: Raph Levien Date: Tue, 16 Apr 2019 10:44:30 -0700 Subject: [PATCH] One more comment --- scripts/unicode.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/unicode.py b/scripts/unicode.py index bdaa8f7..233656c 100644 --- a/scripts/unicode.py +++ b/scripts/unicode.py @@ -413,6 +413,7 @@ pub struct NormalizationTest { out.write("];\n") +# Guaranteed to be less than n. def my_hash(x, salt, n): # This is hash based on the theory that multiplication is efficient mask_32 = 0xffffffff