Skip to content

Commit

Permalink
Fixed #169 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov committed Jul 26, 2023
1 parent 3790f18 commit 19fbbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/crypto/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// According to this explanation: https://github.com/flipperdevices/flipperzero-firmware/issues/2885#issuecomment-1646664666
// disabling usage of any key which is "the same across all devices"
#define ACCEPTABLE_CRYPTO_KEY_SLOT_START (6)
#define ACCEPTABLE_CRYPTO_KEY_SLOT_START (12)
#define ACCEPTABLE_CRYPTO_KEY_SLOT_END (100)

#define DEFAULT_CRYPTO_KEY_SLOT ACCEPTABLE_CRYPTO_KEY_SLOT_START
Expand Down

0 comments on commit 19fbbe0

Please sign in to comment.