1 messages · Page 1 of 1 (latest)
It seems that zig stdlib has some support of the ECDSA, but no public key recovery? Any suggestions are welcome!
Here's rust impl that I'm trying to replicate
https://docs.rs/k256/0.13.4/k256/ecdsa/type.VerifyingKey
your rust link is a 404, do you mean this?
https://github.com/ziglang/zig/blob/master/lib/std/crypto/ecdsa.zig#L322-L325