TAY

Fork of Crypto_light by Edward Stott

Committer:
feb11
Date:
Sat Sep 14 20:54:59 2013 +0000
Revision:
8:a090264e9b2d
Parent:
7:2dbbdfb08123
refactored public API for ciphers & added TDES

Who changed what in which revision?

UserRevisionLine numberNew contents of line
feb11 0:7a1237bd2d13 1 #include "Cipher.h"
feb11 0:7a1237bd2d13 2
feb11 0:7a1237bd2d13 3 Cipher::~Cipher()
feb11 0:7a1237bd2d13 4 {
feb11 0:7a1237bd2d13 5 }
feb11 0:7a1237bd2d13 6