Skip to content

Provide newtype wrappers for ed25519-consensus types #1079

@Fraser999

Description

@Fraser999

As part of #1074 (specifically, 3515ac0), we put the ed25519_consensus::SigningKey behind a newtype wrapper, mainly to avoid having its Debug impl exposed.

We want to wrap all the types from ed25519-consensus which we consume in a similar way, partly for consistency, but mainly since it's good practice to not include dependencies' types in a crate's public API.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions