Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
/ libcrypti2c Public archive

Library for Crypto I2C Devices

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

cryptotronix/libcrypti2c

Repository files navigation

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