Skip to content

xcore/sc_crypto

Repository files navigation

Cryptographic routines

Stable release:unreleased
Status: 60% feature complete.
Maintainer:https://github.com/henkmuller
Description:Algorithms for encryption and hashing

Key Features

  • Speed optimised SHA2
  • Speed optimised AES decryption
  • AES encryption

To Do

  • RSA
  • Key exchange algorithms

Firmware Overview

This repo intends to contain modules implementing various standard crypto algorithms for decryption, encryption and hashing. At present - only AES and SHA256 are implemented.

The documentation is stored in http://xcore.github.com/sc_crypto generated from the .h files and the doc directory.

Known Issues

None

Required Repositories

  • xcommon git@github.com:xcore/xcommon.git
  • xdoc git@github.com:xcore/xdoc.git

Support

Please raise an issue on github if you have any ideas.

Releases

No releases published

Packages

No packages published