On Mon May 26 15:08:43 2025 +0000, Rémi Bernon wrote:
There seems to be names for 0x8004 in https://gitlab.winehq.org/mono/mono/blob/main/mono/metadata/tabledefs.h#L21, can we name it? Same thing for the flags although I'm not sure which one it is in mono. Also, I think it'd be better to use either designated initialization or initialize culture to 0 too, it's a bit misleading otherwise.
Right, 0x8004 is CALG_SHA. The 0x200 flag doesn't appear to be documented.