Skip to content

ThomasGmeinder/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.

About

Cryptographic algorithms for the Xcore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 65.5%
  • C 34.5%