Skip to content

josebraga/elliptic-hmac-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Elliptic HMAC implementation with C++

Resources

License

Stars

Watchers

Forks