blob: 775bdfdf876ddb6fe580ace44621a8d3a79e103c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
-------------------------------------------------------------------------------
Microchip ATSHA204A / ATECC508A
-------------------------------------------------------------------------------
The Microchip ATSHA204 / ATECC508A are crypto-authentication devices that
communicate with a host over I2C.
Details:
https://www.microchip.com/design-centers/security-ics/cryptoauthentication
Logic analyzer setup
--------------------
The logic analyzer used was a standard 8-channel FX2-based device (at 1 MHz).
Probe ATSHA204A
---------------------
0 SDA
1 SCL
Data
----
The included samples originate from unit tests executed on the ATSHA204A
and the ATECC508A, and were captured using PulseView.
The ATSHA204A set contains samples of the following commands:
- Random
- DevRev
- Nonce
- GenDig
- HMAC
- MAC
- CheckMac
- DeriveKey
- Pause
The ATECC508A set contains samples of the following commands:
- CheckMAC
- Counter
- DeriveKey
- DevRev
- ECDH
- GenDig
- GenKey
- HMAC
- MAC
- Nonce
- Random
- Read
- SHA
- Sign
- Verify
|