Skip to content

Conversation

TomAFrench
Copy link

Continues on with updates started in RustCrypto/hashes#734. Still needs a couple of crates to be dealt with.

pub(crate) type Pow2DMinus1Minus1 = Diff<Pow2DMinus1, U1>;

/// An integer that describes a bit length to be used in sampling
#[expect(unreachable_pub)]
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a couple of instances of unreachable pub traits which need to remain pub due to trait constraints on associated types in pub traits. I've silenced the warning without making these reachable in these cases.

@TomAFrench TomAFrench marked this pull request as ready for review September 16, 2025 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant