You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@substack Thanks, I'll take a look. I'm using ed25519 via the elliptic module, which provides utility functions such as creating a keypair object from text:
The patch has changed to use a different interface, but gittorrent depends against that branch directly, not a specific commit.
Now you've got to pass in a sign function: https://github.com/substack/bittorrent-dht/blob/dht-store/test/dht_store_mutable.js#L22 https://github.com/substack/bittorrent-dht/blob/dht-store/test/dht_store_mutable.js#L459
and pass in a verify function to the DHT constructor https://github.com/substack/bittorrent-dht/blob/dht-store/test/dht_store_mutable.js#L12
Using ed25519-supercop the signatures should finally be compatible with normal bittorrent clients.
The text was updated successfully, but these errors were encountered: