blob: 2d6d218b120ce2d94e34207012b56309f4405bc1 (
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
|
-------------------------------------------------------------------------------
Microchip ATSHA204A
-------------------------------------------------------------------------------
The Microchip ATSHA204 is a symmetric crypto module that communicates with
a host over I2C.
Details:
http://www.microchip.com/wwwproducts/en/ATsha204a
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 sample originates from unit tests executed on the ATSHA204A
and captured using PulseView. It contains samples of the following commands:
- Random
- DevRev
- Nonce
- GenDig
- HMAC
- MAC
- CheckMac
- DeriveKey
- Pause
|