Library for Crypto I2C Devices
C Scheme Shell
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
data
debian
src
test
.gitignore
.projectile
.travis.yml
AUTHORS
COPYING
COPYING.LESSER
ChangeLog
INSTALL
Makefile.am
NEWS
README
README.md
autogen.sh
configure.ac
cryptoauth.pc.in
libcryptoauth.h

README.md

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