pyca / pynacl

Python binding to the Networking and Cryptography (NaCl) library
https://pynacl.readthedocs.io/
Apache License 2.0
1.06k stars 233 forks source link

ed25519ph #683

Closed sinu closed 3 years ago

sinu commented 3 years ago

Can we generate ed25519ph certs using pynacl

reaperhulk commented 3 years ago

pynacl doesn't do x509 at all. You can generate ed25519ph signatures and insert them into your own X509 ASN.1 though.