We have some legacy typedefs that are no more needed as we're using HACL* and not our own implementation for MD5 and SHA-1:
#if SIZEOF_INT == 4
typedef unsigned int MD5_INT32; /* 32-bit integer */
typedef long long MD5_INT64; /* 64-bit integer */
#else
/* not defined. compilation will die. */
#endif
#if SIZEOF_INT == 4
typedef unsigned int SHA1_INT32; /* 32-bit integer */
typedef long long SHA1_INT64; /* 64-bit integer */
#else
/* not defined. compilation will die. */
#endif
Linked PRs
We have some legacy typedefs that are no more needed as we're using HACL* and not our own implementation for MD5 and SHA-1:
Linked PRs
{md5,sha1}module.c#131420{md5,sha1}module.c(GH-131420) #131619{md5,sha1}module.c(GH-131420) #131620