.ext/include/ruby/digest.h File Reference

#include "ruby.h"

Go to the source code of this file.

Data Structures

struct  rb_digest_metadata_t

Defines

#define RUBY_DIGEST_API_VERSION   2

Typedefs

typedef void(*) rb_digest_hash_init_func_t (void *)
typedef void(*) rb_digest_hash_update_func_t (void *, unsigned char *, size_t)
typedef void(*) rb_digest_hash_finish_func_t (void *, unsigned char *)


Define Documentation

#define RUBY_DIGEST_API_VERSION   2

Definition at line 18 of file digest.h.


Typedef Documentation

typedef void(*) rb_digest_hash_finish_func_t(void *, unsigned char *)

Definition at line 22 of file digest.h.

typedef void(*) rb_digest_hash_init_func_t(void *)

Definition at line 20 of file digest.h.

typedef void(*) rb_digest_hash_update_func_t(void *, unsigned char *, size_t)

Definition at line 21 of file digest.h.


Generated on 19 Jul 2016 for Ruby by  doxygen 1.4.7