libp2p-dht/libp2pdht/discv5
Eric Mastro 4c65f4bd94 chore: remove nim-eth/keys in favour of over to libp2p/crypto
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.
2022-04-07 14:11:48 -05:00
..
crypto.nim chore: remove nim-eth/keys in favour of over to libp2p/crypto 2022-04-07 14:11:48 -05:00
encoding.nim feat: reorg project to add nimble build system 2022-02-25 09:10:43 +11:00
messages.nim feat: reorg project to add nimble build system 2022-02-25 09:10:43 +11:00
messages_encoding.nim feat: reorg project to add nimble build system 2022-02-25 09:10:43 +11:00
node.nim feat: reorg project to add nimble build system 2022-02-25 09:10:43 +11:00
nodes_verification.nim feat: reorg project to add nimble build system 2022-02-25 09:10:43 +11:00
protocol.nim feat: reorg project to add nimble build system 2022-02-25 09:10:43 +11:00
routing_table.nim feat: reorg project to add nimble build system 2022-02-25 09:10:43 +11:00
sessions.nim feat: reorg project to add nimble build system 2022-02-25 09:10:43 +11:00
spr.nim feat: Swap ENR to libp2p SignedPeerRecords 2022-03-22 11:00:26 +11:00
transport.nim feat: reorg project to add nimble build system 2022-02-25 09:10:43 +11:00