]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - hfal/hfal-basic.h
introducing RSA-OAEP (can encrypt one message correctly)
[arm-crypto-lib.git] / hfal / hfal-basic.h
index 8186cce108ae5b1aafebe73da37138263c568f9e..0859da5f6c2164d311abb4bb69a047c4c1421ab5 100644 (file)
@@ -28,6 +28,7 @@ void hfal_hash_lastBlock(hfgen_ctx_t* ctx, const void* block, uint16_t length_b)
 void hfal_hash_ctx2hash(void* dest, hfgen_ctx_t* ctx);
 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_getCtxsize_B(const hfdesc_t* hash_descriptor);
 uint16_t hfal_hash_getBlocksize(const hfdesc_t* hash_descriptor);
 uint16_t hfal_hash_getHashsize(const hfdesc_t* hash_descriptor);