Skip to content

BlockRng64 doesn't implement CryptoRng #1371

@Pr0methean

Description

@Pr0methean

Problem: Although rand has the declaration

impl<R: BlockRngCore + CryptoRng> CryptoRng for BlockRng<R> {}

there's no equivalent for BlockRng64<R>, so a BlockRng64 can't pass any compile-time check for a CryptoRng even when the core does.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions