/gnu/services/

tic inline void MD5_Init (struct MD5_CTX *ctx) { guix_hash_init (ctx, GCRY_MD_MD5); } #define MD5_Update guix_hash_update static inline void MD5_Final (void *resbuf, struct MD5_CTX *ctx) { guix_hash_final (resbuf, ctx, GCRY_MD_MD5); }