X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=hfal%2Fhfal-basic.h;h=43a2fc122466ebeff727170829a9bfcffd082a2e;hp=7737e0546c01cb0ae505d7c7c5e05fb5a29b2b1e;hb=8007e094d9e9e9477a08978c5ad2d96c6cb8bb66;hpb=924aa320bef6f192feecdb67d209c790bd49ea49 diff --git a/hfal/hfal-basic.h b/hfal/hfal-basic.h index 7737e05..43a2fc1 100644 --- a/hfal/hfal-basic.h +++ b/hfal/hfal-basic.h @@ -31,5 +31,6 @@ void hfal_hash_free(hfgen_ctx_t* ctx); void hfal_hash_mem(const hfdesc_t* hash_descriptor, void* dest, const void* msg, uint32_t length_b); uint16_t hfal_hash_getBlocksize(const hfdesc_t* hash_descriptor); uint16_t hfal_hash_getHashsize(const hfdesc_t* hash_descriptor); +uint16_t hfal_hash_getCtxsize_B(const hfdesc_t* hash_descriptor); #endif /* HFAL_BASIC_H_ */