libp2p / py-libp2p

The Python implementation of the libp2p networking stack 🐍 [under development]
https://libp2p.io
Other
478 stars 106 forks source link

Don't hash data passed to nacl library in Ed25519PublicKey.verify #431

Closed wolfgang closed 3 years ago

wolfgang commented 3 years ago

What was wrong?

Issue #428

How was it fixed?

Don't hash the data parameter passed to nacl library, as it expects both inputs to be bytes.

mhchia commented 3 years ago

Thanks for fixing!:)