parallaxsecond / rust-cryptoki

Rust wrapper for the PKCS #11 API, Cryptoki
https://docs.rs/cryptoki/
Apache License 2.0
65 stars 53 forks source link

EDDSA contrib #87

Open fmorency opened 2 years ago

fmorency commented 2 years ago

Hello Cryptoki team! Thanks for working on a Rust abstraction for PKCS#11!

Would you be open to a PR integrating EDDSA support? A project of mine needs it and might attempt to add it to your library since it doesn't seem supported at the moment.

Thanks!

ionut-arm commented 2 years ago

Hi Félix!

I'm glad you're finding it useful! :)

Yes, please feel free to bring up any patches to expand our supported functionality, I know there's a large part of the API we haven't abstracted yet. You can find contribution guidelines here.