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