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 @@ -1063,9 +1063,12 @@ static const func_info_t func_infos[] = {
1063
1063
1064
1064
/* ext/hash */
1065
1065
F1 ("hash" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING ),
1066
+ F0 ("hash_equals" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE ),
1066
1067
F1 ("hash_file" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING ),
1067
1068
F1 ("hash_hmac" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING ),
1069
+ F1 ("hash_hmac_algos" , MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_STRING ),
1068
1070
F1 ("hash_hmac_file" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING ),
1071
+ F1 ("hash_hkdf" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING ),
1069
1072
F1 ("hash_init" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT ),
1070
1073
F0 ("hash_update" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE ),
1071
1074
F0 ("hash_update_stream" , MAY_BE_NULL | MAY_BE_LONG ),
You can’t perform that action at this time.
0 commit comments