summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichalis Pappas <mpappas@fastmail.fm>2018-04-26 18:09:09 +0300
committerUwe Hermann <uwe@hermann-uwe.de>2018-05-26 00:04:56 +0200
commit003745237bdcb6f773cee52e3a29b16490f420f6 (patch)
treeb44690cc1e35552d284c0ad72f15c1cfa5cb6e27
parent75210e552d2dd61aa9751683d6e2d8deaf77dddd (diff)
downloadsigrok-dumps-003745237bdcb6f773cee52e3a29b16490f420f6.tar.gz
sigrok-dumps-003745237bdcb6f773cee52e3a29b16490f420f6.zip
Add dumps for the Microchip ATSHA204A crypto module
-rw-r--r--i2c/crypto/microchip_atsha204a/README38
-rw-r--r--i2c/crypto/microchip_atsha204a/atsha204a_snippet.srbin0 -> 4683 bytes
2 files changed, 38 insertions, 0 deletions
diff --git a/i2c/crypto/microchip_atsha204a/README b/i2c/crypto/microchip_atsha204a/README
new file mode 100644
index 0000000..2d6d218
--- /dev/null
+++ b/i2c/crypto/microchip_atsha204a/README
@@ -0,0 +1,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
+
diff --git a/i2c/crypto/microchip_atsha204a/atsha204a_snippet.sr b/i2c/crypto/microchip_atsha204a/atsha204a_snippet.sr
new file mode 100644
index 0000000..2cfcc4f
--- /dev/null
+++ b/i2c/crypto/microchip_atsha204a/atsha204a_snippet.sr
Binary files differ