Skip to content

Commit

Permalink
Merge pull request #355 from AlbertaSat/tganley/hotfix/test_key
Browse files Browse the repository at this point in the history
Truncate test key to match change on ground station
  • Loading branch information
tganley authored Jul 25, 2023
2 parents c13f4fe + 9c72078 commit a1aefc0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ex2_system/source/crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@
#include <stdbool.h>

#if KEY_TEST_MODE
const char test_key[] =
"6e477331cd51d63d6492fa969a3acfc75fc26370446465a339fe380c096193fa1fc7d866f17ec1bce02b9b5f955c9df41bdd26927891c"
"d4c8c877913138bd6ca27bb05167462c2e028b0afeb372cd23720278f48715f065fd7bab587d6e0e7a86d904580aa6ad1f771f9d651e6"
"934f361d2816187d934ad87691f977bd5b964fc8e6ed4debbc32f0144e03bb6c94982ea801fa5d2efdd381836fd63a28bebf1f877efdf"
"0e12f7063d13de186ecf1bf295cd64c65ab7b74893578b3fde314cfcabc4946ffec142faab6019aedfd2cfc723ae51c3771a45b2004ab"
"77865261e91e763c76b271086f069f4598b25ed8567ef72b4a554046b395d4815bf7974d2962";
const char test_key[] = "6e477331cd51d63d6492fa969a3acfc75fc26370446465a339fe380c096193fa";
#endif

#if KEY_SET_MODE
Expand Down

0 comments on commit a1aefc0

Please sign in to comment.