crypto-algorithms.c

Basic implementations of standard cryptography algorithms, like AES and SHA-1
git clone git://git.finwo.net/lib/crypto-algorithms.c
Log | Files | Refs | README

commit 0648b0ae6d68bbbd4e1fa84289fbce222b700b75
Author: Brad Conte <brad@bradconte.com>
Date:   Thu, 13 Sep 2012 00:02:36 -0700

Initial commit

Diffstat:
AREADME.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,4 @@ +crypto-algorithms +================= + +Basic implementations of standadr cryptography algorithms, like AES and SHA-1. +\ No newline at end of file