Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h}

This commit is contained in:
Paul Bakker 2013-06-30 14:49:12 +02:00
parent 9e36f0475f
commit d2681d82e2
21 changed files with 45 additions and 45 deletions

View file

@ -45,7 +45,7 @@
#include "polarssl/config.h"
#include "polarssl/aes.h"
#include "polarssl/sha2.h"
#include "polarssl/sha256.h"
#define MODE_ENCRYPT 0
#define MODE_DECRYPT 1