File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1207,9 +1207,12 @@ static const func_info_t func_infos[] = {
1207
1207
1208
1208
/* ext/hash */
1209
1209
F1 ("hash" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING ),
1210
+ F0 ("hash_equals" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE ),
1210
1211
F1 ("hash_file" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING ),
1211
1212
F1 ("hash_hmac" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING ),
1213
+ F1 ("hash_hmac_algos" , MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_STRING ),
1212
1214
F1 ("hash_hmac_file" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING ),
1215
+ F1 ("hash_hkdf" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING ),
1213
1216
F1 ("hash_init" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT ),
1214
1217
F0 ("hash_update" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE ),
1215
1218
F0 ("hash_update_stream" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_LONG ),
You can’t perform that action at this time.
0 commit comments