Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There may be a bug public.rs, please see code section with comment. #37

Closed
godadada opened this issue Apr 10, 2019 · 1 comment
Closed

Comments

@godadada
Copy link

godadada commented Apr 10, 2019

        PublicParams::ECDSA { ref curve, ref p } => f
            .debug_struct("PublicParams::ECDSA")
            .field("curve", curve)
            .field("p", &p)
            .finish(),
        PublicParams::ECDH {
            ref curve,
            ref p,
            hash,
            alg_sym,
        } => f
            .debug_struct("PublicParams::ECDSA")
                                                          // Should be ECDH?
            .field("curve", curve)
            .field("hash", hash)
            .field("alg_sym", alg_sym)
            .field("p", &p)
            .finish(),

PublicParams::Elgamal {

@dignifiedquire
Copy link
Member

Yes, looks like it. Want to make a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants