What is "YescryptR16" hash? I cannot find any implementation outside YenTen. Is there any sample of this algo except in YenTen source code?
If you explore in yenten source code, Its parameters different from stardard yescrypt.
Line 24 and 25 in
https://github.com/conan-equal-newone/yenten/blob/master/src/hash/yescrypt/yescrypt.c
#define YESCRYPT_N 4096
#define YESCRYPT_R 16
I think the name of YescryptR16 come from R parameter.
