Skip to content

Commit

Permalink
Merge pull request #379 from jonmarrs/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mjg-foundation authored Sep 14, 2023
2 parents 01a4c7d + bdb4e5b commit 45ea638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Code specific to Passport is included in the following folders:
- [`add-secrets`](ports/stm32/boards/Passport/tools/add-secrets) - Simple tool for Foundation developers to append Secure Element secrets to the bootloader when testing new versions.
- [`cosign`](ports/stm32/boards/Passport/tools/cosign) - A C-based utility that implements the code signing that keeps Passport's firmware safe.
- [`pubkey-to-c`](ports/stm32/boards/Passport/tools/pubkey-to-c) - A C-based utility that converts a pubkey to a C data structure for inclusion in the firmware and bootloader.
- [`se_config_gen`](ports/stm32/boards/Passport/tools/se_config_gen) - Tool for specifying how Passport will use the slots of the Secure Element and generating the configuration data to pass to the chip during provisioning. The conriguration gets locked down during provisioning and cannot be changed.
- [`se_config_gen`](ports/stm32/boards/Passport/tools/se_config_gen) - Tool for specifying how Passport will use the slots of the Secure Element and generating the configuration data to pass to the chip during provisioning. The configuration gets locked down during provisioning and cannot be changed.
- [`version_info`](ports/stm32/boards/Passport/tools/version_info) - A simple bash script for creating a date and version number available in C.
- [`word_list_gen`](ports/stm32/boards/Passport/tools/word_list_gen) - Simple utility for creating optimized word lookup metadata for BIP-39 and bytewords.

Expand Down

0 comments on commit 45ea638

Please sign in to comment.