/libpcrypto

A generic crypto wrapper used in the C implementation of libp2p for the IPFS project.

Primary LanguageCOtherNOASSERTION

libpcrypto

Author Build Status

What is it?

A generic crypto wrapper used in the C implementation of libp2p for the IPFS project.

Compiling

Release build

cmake . && make

Debug build

cmake . -DCMAKE_BUILD_TYPE=DEBUG && make

TODO

  • Add support for base32
  • Write documentation
  • Add specific error codes