Skip to content

sca-research/rank-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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