flying-kestrel
flying-kestrel
This is a PR based on top of #96 that further expands support for EdDSA keys, this time in `algorithm::ed25519_dalek`, via the [`ed25519_dalek`](https://docs.rs/ed25519-dalek/latest/ed25519_dalek/) crate. The rationale for adding a second...
This addresses #57 by adding in support for EdDSA keys in the `algorithm::openssl` module. I would also like to add Ed25519 support that does not depend on OpenSSL, but that...
This is a minor patch that removes `async-global-executor` as a dependency from this crate. Motivation: this avoids spawning the `cpu-count` threads that `async-global-executor` creates upon first use, in addition to...