|
Ruby
1.9.3p551(2014-11-13revision48407)
|
#include "ruby.h"Go to the source code of this file.
Data Structures | |
| struct | rb_digest_metadata_t |
Macros | |
| #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 *) |
| typedef void(* rb_digest_hash_finish_func_t) (void *, unsigned char *) |
1.8.14