https://github.com/buhman/rijndael
fast AES implementation for CHICKEN scheme
https://github.com/buhman/rijndael
aes chicken-scheme cryptography
Last synced: about 1 year ago
JSON representation
fast AES implementation for CHICKEN scheme
- Host: GitHub
- URL: https://github.com/buhman/rijndael
- Owner: buhman
- Created: 2018-12-24T23:48:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T08:25:13.000Z (over 7 years ago)
- Last Synced: 2025-02-08T04:25:46.807Z (over 1 year ago)
- Topics: aes, chicken-scheme, cryptography
- Language: C
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
========
rijndael
========
.. image:: https://img.shields.io/circleci/project/github/buhman/rijndael.svg?style=flat-square
:target: https://circleci.com/gh/buhman/rijndael
overview
--------
rijndael is a fast AES implementation for CHICKEN scheme designed to be used to
provide at-rest encryption/decryption, from network sockets to local files and
vice versa.