Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 287 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 287 Bytes

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