Giter Site home page Giter Site logo

petezah / cryptoauthlib-tools Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 1.0 9.78 MB

Atmel CryptoAuthLib + my own HAL implementations

Home Page: https://petezah.github.io/CryptoAuthLib/

C++ 13.58% C 85.41% Objective-C 0.28% Makefile 0.04% CSS 0.07% Go 0.62%
atmel crypto ecc

cryptoauthlib-tools's Introduction

CryptoAuthLib

Atmel CryptoAuthLib + my own HAL implementations

See ./cryptoauthlib for Atmel CryptoAuthLib 20161123 and notes about that particular version. The library itself is unchanged from Atmel's distribution. Only my HAL implementations are unique in this repository.

Docs

For doxygen-generated documentation of Atmel's library, see https://petezah.github.io/CryptoAuthLib/docs/. Other notes will be found here.

Contents

  • hal/atca_hal_espfreertos_i2c.cpp - A HAL implementation to be used with the extras/i2c lib in esp_open_rtos
  • hal/atec_hal_raspi_i2c.cpp - A HAL implementation for the I2C bus on the Raspberry Pi
    • Details: Uses the gnublin API for I2C and Wiring Pi for a couple of delay functions it implements. Wiring Pi's I2C implementation just did not work for me, at least the way CryptoAuthLib is expecting to interface with it anyway. Gnublin's, on the other hand, is more flexible and seems a bit more robust.
  • test/main.cpp - A simple test to exercise some functions in the CryptoAuthLib API
  • test/ATECC508aTest.* - A Visual Studio 2017 Linux project to test out the library
    • All the code actually builds on the Raspberry Pi for this project; it just needs a Makefile to build there stand-alone. It's just that it was expedient to test the library this way.

Todo

  • Write a Makefile to do the test build stand-alone on the Raspberry Pi, etc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.