Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Pseudo random number generator issue #53

@justalittlenoob

Description

@justalittlenoob

When a machine does NOT support rdseed and rdrand instruction, IPP-Crypto S/W pseudo random number generator ippsPRNGen_BN and ippsPRNGen will be used. There will be 2 issue.

  1. ippsPRNGen will cause getDJNBN or getNormalBN fall into an infinite loop, because p always equals to q.
  2. ippsPRNGen_BN will cause an error like below.(provided by @xhuan28)
    image

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions