Skip to content

Replace thread_rng with generic for pluggability #63

Description

@Progdrasil

Related to #62, Provide a way for consumers of the app to bring their own CSPRNG instead of rand's thread_rng.

  • This could be done throught the addition of another generic, i.e: <R: rand_core::CryptoRng> OR,
  • Adding rng capabilities to what ever crypto trait we provide trough the future passkey-crypto

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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