Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 207 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 207 Bytes

Const-Time-Meta-Programming

A constant time (constant runtime) look up table computation using C++14/C++17 and Template Meta-Programming.

#Quick build ./autogen.sh && ./configure && make && make install