mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Put all the test key material into same directory
Move Tools/test_key.json and key0.pub into same directory. key0.pub is just a hex-dump of the public key part from the test_key.json, for easy inclusion into bootloader monocypher sw crypto Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
committed by
Beat Küng
parent
caed8e4b05
commit
09e62f96b2
5
Tools/test_keys/key0.pub
Normal file
5
Tools/test_keys/key0.pub
Normal file
@@ -0,0 +1,5 @@
|
||||
//Public key to verify signed binaries
|
||||
0x4d, 0xb0, 0xc2, 0x1, 0x5, 0x55, 0x2a, 0x3c,
|
||||
0xd7, 0xfb, 0xaf, 0x5c, 0xba, 0x7a, 0xb0, 0x81,
|
||||
0x1b, 0x36, 0x63, 0xdb, 0x28, 0x52, 0x5e, 0xdb,
|
||||
0x14, 0x36, 0xf2, 0x57, 0x8d, 0x2, 0xb7, 0xfd,
|
||||
1
Tools/test_keys/test_keys.json
Normal file
1
Tools/test_keys/test_keys.json
Normal file
@@ -0,0 +1 @@
|
||||
{"date": "Tue Nov 3 13:02:09 2020", "public": "4db0c20105552a3cd7fbaf5cba7ab0811b3663db28525edb1436f2578d02b7fd", "private": "734d597e7d8ab0a1d0d64b95083aa6bee34b46b9e6e76dac1e363af114f12d15"}
|
||||
Reference in New Issue
Block a user