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.
- Can be found on Microchip's page: http://www.microchip.com/wwwproducts/en/ATsha204a
TDB - IC for doing asymmetric cryptography.
TDB - This is a TPM from Infineon.