argon2.h | 161 * Argon2_Context(out,8,pwd,32,salt,16,NULL,0,NULL,0,5,1<<20,4,4,NULL,NULL,true,false,false,false). 163 typedef struct Argon2_Context { 185 } argon2_context; typedef in typeref:struct:Argon2_Context 195 int argon2_ctx(argon2_context *context, argon2_type type);
|