https://github.com/matrixai/hs-libp2p-crypto
https://github.com/matrixai/hs-libp2p-crypto
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matrixai/hs-libp2p-crypto
- Owner: MatrixAI
- License: apache-2.0
- Created: 2017-06-05T08:00:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-16T09:08:15.000Z (over 8 years ago)
- Last Synced: 2025-01-24T06:29:45.844Z (12 months ago)
- Language: Haskell
- Size: 42 KB
- Stars: 2
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Haskell LibP2P Crypto
You can execute hprotoc by doing `stack exec hprotoc`. Remember `stack exec` makes sure the environment is setup before running any command.
This means Crypto.LibP2P.Protobuf, Crypto.LibP2P.Protobuf.KeyType, Crypto.LibP2P.Protobuf.PrivateKey, Crypto.LibP2P.Protobuf.PublicKey is autogenerated. This is equivalent to the pb directory of the go implementation.
# TODO:
-> Crypto functions need to be checked to ensure they match the go-libp2p-crypto implementation
-> Some of the typing of functions could be improved
-> QuickCheck Tests