Module: GeneralHashFunctionsExt

Defined in:
ext/generalhashfunctions_ext/generalhashfunctions_ext.c

Class Method Summary collapse

Class Method Details

.aphashObject



22
# File 'ext/generalhashfunctions_ext/generalhashfunctions_ext.c', line 22

VALUE method_aphash(VALUE self, VALUE str);

.bkdrhashObject



16
# File 'ext/generalhashfunctions_ext/generalhashfunctions_ext.c', line 16

VALUE method_bkdrhash(VALUE self, VALUE str);

.bphashObject



20
# File 'ext/generalhashfunctions_ext/generalhashfunctions_ext.c', line 20

VALUE method_bphash(VALUE self, VALUE str);

.dekhashObject



19
# File 'ext/generalhashfunctions_ext/generalhashfunctions_ext.c', line 19

VALUE method_dekhash(VALUE self, VALUE str);

.djbhashObject



18
# File 'ext/generalhashfunctions_ext/generalhashfunctions_ext.c', line 18

VALUE method_djbhash(VALUE self, VALUE str);

.elfhashObject



15
# File 'ext/generalhashfunctions_ext/generalhashfunctions_ext.c', line 15

VALUE method_elfhash(VALUE self, VALUE str);

.fnvhashObject



21
# File 'ext/generalhashfunctions_ext/generalhashfunctions_ext.c', line 21

VALUE method_fnvhash(VALUE self, VALUE str);

.jshashObject



13
# File 'ext/generalhashfunctions_ext/generalhashfunctions_ext.c', line 13

VALUE method_jshash(VALUE self, VALUE str);

.pjwhashObject



14
# File 'ext/generalhashfunctions_ext/generalhashfunctions_ext.c', line 14

VALUE method_pjwhash(VALUE self, VALUE str);

.rshashObject

Prototype for our methods



12
# File 'ext/generalhashfunctions_ext/generalhashfunctions_ext.c', line 12

VALUE method_rshash(VALUE self, VALUE str);

.sdbmhashObject



17
# File 'ext/generalhashfunctions_ext/generalhashfunctions_ext.c', line 17

VALUE method_sdbmhash(VALUE self, VALUE str);