chelseakomlo / chacha20

Work in progress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chacha20 implementation

For learning purposes only, not meant for use.

TODO:

  • Clean up Makefile
  • Implement full API
  • Error handling, length and input checking, etc (nothing has been done for this yet, this code is... unsafe)

References:

  1. https://tools.ietf.org/html/rfc7539

About

Work in progress


Languages

Language:C 98.4%Language:Makefile 1.6%