Skip to content

Platform agnostic implementation of core LongFi primitives.

License

Notifications You must be signed in to change notification settings

isabella232/longfi-core

 
 

Repository files navigation

LongFi Core

Building

  1. Generate makefile in build/. You only need to do this once.
    cmake -H. -Bbuild -DBUILD_TESTING=ON
    
  2. Compile
    make -C build
    
  3. Test (not applicable if configured with -DBUILD_TESTING=OFF in step 1)
    make -C build test
    
  4. Documentation
    make -C build docs
    open build/docs/html/index.html
    

About

Platform agnostic implementation of core LongFi primitives.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 95.3%
  • Python 3.1%
  • CMake 1.6%