DaGenix / rust-crypto

A (mostly) pure-Rust implementation of various cryptographic algorithms.
Apache License 2.0
1.4k stars 297 forks source link

is there a plan to support ECDSA P256? #462

Closed duanbing closed 4 years ago

duanbing commented 4 years ago

I notice ring giving an implementation of P256, but still limit the key generation, I am curious about if there is a plan to support P256 here. Thanks!