X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=shabea.h;h=81304480babd42c836a04921bfd5b16a88b3d121;hb=85b05e7b8648750d0077a74898733536e1b0712f;hp=ceb76755eb0ba0bd8cff668bfc19127a79b37e56;hpb=79c9a6582ba071646a3062175715f59ebe210603;p=avr-crypto-lib.git diff --git a/shabea.h b/shabea.h index ceb7675..8130448 100644 --- a/shabea.h +++ b/shabea.h @@ -2,7 +2,7 @@ * \file shabea.h * \author Daniel Otte * \date 2007-06-07 - * \brief SHABEA - a SHA Based Encrytion Algorithm declarations + * \brief SHABEA - a SHA Based Encryption Algorithm declarations * \par License * GPL * @@ -13,5 +13,5 @@ #ifndef SHABEA_H_ #define SHABEA_H_ -void shabea128(void * block, void * key, uint16_t keysize, uint8_t enc, uint8_t rounds); +void shabea256(void * block, void * key, uint16_t keysize, uint8_t enc, uint8_t rounds); #endif /*SHABEA_H_*/