Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1007 Bytes

README.rst

File metadata and controls

39 lines (29 loc) · 1007 Bytes

Secure96

Secure96 is a mezzanine board containing a couple of different Integrated Circuits used for secure computing.

ATSHA204A is an Integrated Circuit that can be used in designs where symmetric encryption is an alternative. It also features built-in random number generator among other things. For more information about this IC and what it is capable of, please see the datasheet further down.

$ mkdir -p s96at/build
$ cd s96at/build
$ cmake -DCMAKE_C_COMPILER=arm-linux-gnueabihf-gcc ..

If you are running natively on an Arm device, then you do not have to specify the CMAKE_C_COMPILER.

TDB - IC for doing asymmetric cryptography.

TDB - This is a TPM from Infineon.