Installation on Ubuntu 22.04
blake2s.c: In function ‘blake2s’:
blake2s.c:327:9: error: size of array element is not a multiple of its alignment
327 | blake2s_state S[1];
| ^~~~~~~~~~~~~
make: *** [makefile:28: blake2s.o] Error 1
getting above error during Installing Yiimp compilation.
Any suggestion, how to correct or bypass (if appropriate).
Thanks