Functions | Variables

ext/digest/md5/md5init.c File Reference

#include "../digest.h"
#include "md5.h"
Include dependency graph for md5init.c:

Go to the source code of this file.

Functions

void Init_md5 ()

Variables

static const rb_digest_metadata_t md5

Function Documentation

void Init_md5 (  ) 

Variable Documentation

const rb_digest_metadata_t md5 [static]
Initial value:
 {
    RUBY_DIGEST_API_VERSION,
    MD5_DIGEST_LENGTH,
    MD5_BLOCK_LENGTH,
    sizeof(MD5_CTX),
    (rb_digest_hash_init_func_t)MD5_Init,
    (rb_digest_hash_update_func_t)MD5_Update,
    (rb_digest_hash_finish_func_t)MD5_Finish,
}

Definition at line 11 of file md5init.c.