Move to cryptography for ed25519 validation
Presently Stem uses PyNaCl for ed25519 certificate validation. We use cryptography elsewhere and it would be nice to use it for this validation as well (dropping the extra dependency) once support is available. This is pending...