mirror of
https://github.com/codex-storage/nim-codex-dht.git
synced 2025-01-27 04:05:58 +00:00
4c65f4bd94
Closes: #2. Libp2p supports multiple cryptographic curves, however we have currently only implented support for secp256k1. This needs to be run with the compiler flag `libp2p_pki_schemes` set to `secp256k1`. If running the tests, this can be run like so: `nimble test —libp2p_pki_schemes=secp256k1` to put secp as the first supported crypto scheme.
5 lines
274 B
Nim
5 lines
274 B
Nim
import
|
|
./discv5/[crypto, spr, encoding, messages, messages_encoding, node, nodes_verification, protocol, routing_table, sessions, transport]
|
|
|
|
export crypto, spr, encoding, messages, messages_encoding, node, nodes_verification, protocol, routing_table, sessions, transport
|