Elliptic HMAC implementation using C/C++ library The idea is to mimic the example in Golang provided in Elliptic docs using C/C++ library. Usage cmake -B build -S . cmake --build build ./build/elliptic