File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,21 +125,6 @@ int main(void) {
125125 ```
126126
127127
128- ## Citation
129-
130- If you use this library in your work, please cite:
131-
132- ``` bibtex
133- @article{lemire2016faster,
134- title={Faster 64-bit universal hashing using carry-less multiplications},
135- author={Lemire, Daniel and Kaser, Owen},
136- journal={Journal of Cryptographic Engineering},
137- volume={6},
138- number={3},
139- pages={171--185},
140- year={2016}
141- }
142- ```
143128
144129## CMake
145130
@@ -213,3 +198,21 @@ cc -O3 -march=armv8-a+crypto -std=c99 -Iinclude my_program.c clhash.o -o my_prog
213198```
214199
215200The library has no external dependencies beyond the C standard library.
201+
202+
203+
204+ ## Citation
205+
206+ If you use this library in your work, please cite:
207+
208+ ``` bibtex
209+ @article{lemire2016faster,
210+ title={Faster 64-bit universal hashing using carry-less multiplications},
211+ author={Lemire, Daniel and Kaser, Owen},
212+ journal={Journal of Cryptographic Engineering},
213+ volume={6},
214+ number={3},
215+ pages={171--185},
216+ year={2016}
217+ }
218+ ```
You can’t perform that action at this time.
0 commit comments