Skip to content

Commit 29312be

Browse files
authored
Restore citation section in README
Restored citation section in README.md with proper formatting.
1 parent 2974aea commit 29312be

1 file changed

Lines changed: 18 additions & 15 deletions

File tree

README.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff 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

215200
The 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+
```

0 commit comments

Comments
 (0)