| Stable release: | unreleased |
|---|---|
| Status: | 60% feature complete. |
| Maintainer: | https://github.com/henkmuller |
| Description: | Algorithms for encryption and hashing |
- Speed optimised SHA2
- Speed optimised AES decryption
- AES encryption
- RSA
- Key exchange algorithms
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.
None
- xcommon git@github.com:xcore/xcommon.git
- xdoc git@github.com:xcore/xdoc.git
Please raise an issue on github if you have any ideas.