-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be78898
commit b1d057e
Showing
6 changed files
with
342 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Number of hash function in the file | ||
5 | ||
|
||
# --- Examples --- | ||
|
||
# Description of a hash function. 1 per line formated as follow | ||
# num_bits num_operators operator1 param1 [... operatorN paramN] | ||
16 3 XSR 3 MUL 47 XSR 2 | ||
16 3 XSR 7 MUL 61053 XSR 9 | ||
|
||
# Empty and #-started lines are skipped | ||
|
||
|
||
# --- 8bits 3 Operators --- | ||
|
||
# Bad score 0.662474 | ||
8 3 XSL 2 XSR 3 ASL 1 | ||
# 0.304274 | ||
8 3 XSR 4 MUL 43 XSR 4 | ||
# Best possible score 0.28054 | ||
8 3 MUL 43 XSR 7 MUL 87 | ||
|
||
|
||
# --- 8bits 4 Operators --- |
Oops, something went wrong.