Skip to content

Use interrupt for timer in CSPRNG to increment CPU counter better for more entropy #69

@MelonShooter

Description

@MelonShooter

Currently, the CSPRNG implementation synchronously polls a timer rather than using an interrupt which is very slow. By using an interrupt, the counter can be incremented in a much tighter loop generating more entropy.

Metadata

Metadata

Assignees

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