/libcrypti2c

Library for Crypto I2C Devices

Primary LanguageCGNU Lesser General Public License v3.0LGPL-3.0

Cryptotronix libcryptoauth

Build Status Stories in Ready Coverity Scan Build Status

About

libcryptoauth is a library for interfacing with the Atmel CryptoAuthentication device. It implements a command middleware that can be called in other application.

The master version is currently 0.4.0-rc. 0.4.0 is expected to be released late June 2015.

Installing

Probably best to pick the latest release. Clone this repo if you want to pull the latest source to hack on libcryptoauth.

Dependencies

  • libgcrypt
  • libxml
  • check (for unit testing)

Supported Device

Currently the library is designed for the following devices:

Status

This software is currently in BETA. Expect numerous changes to the ABI.

Post install

After installing, don't forget to run ldconfig.

LGPLv3