Skip to content

Commit

Permalink
And random generator and config failures to init status bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Jul 29, 2024
1 parent 21bfaf8 commit d360679
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pynitrokey/trussed/admin_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ class InitStatus(IntFlag):
EXTERNAL_FLASH_ERROR = 0b0100
MIGRATION_ERROR = 0b1000
SE050_ERROR = 0b00010000
CONFIG_ERROR = 0b00100000
RNG_ERROR = 0b01000000

def is_error(self) -> bool:
return self.value != 0
Expand Down

0 comments on commit d360679

Please sign in to comment.