Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 504 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 504 Bytes

rank-cpp

A header-only library written in C++17 providing generic implementations of key rank and key enumeration routines. This library is a (slight) improvement over labynkyr and served as basis for the "Comparing Key Rank Estimation Methods" paper (CARDIS 2022), by Rebecca, Luke, and Elisabeth.

Useful notes

clang-tidy usage should be akin to the following, assuming the build directory is build/:

run-clang-tidy -p build/ -header-filter='./include/rankcpp/*' -fix -format