Skip to content

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

License

Notifications You must be signed in to change notification settings

pfrankw/libpcrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published