named-data / python-ndn

An NDN client library with AsyncIO support in Python 3
https://python-ndn.readthedocs.io/en/latest
Apache License 2.0
24 stars 17 forks source link

Ed25519 signature type #54

Closed yoursunny closed 2 years ago

yoursunny commented 2 years ago

Ed25519 signature type is newly defined in NDN packet format: https://named-data.net/doc/NDN-packet-spec/current/signature.html#signatureed25519

It's desirable for library implementations to support this signature type.