Portable C implementations of AEGIS family encryption algorithms
Portable C implementations of the AEGIS family of encryption algorithms
libaegis$ gcc -o myapp myapp.c -laegis$ gcc -c myapp.c -I$(brew --prefix libaegis)/include$ brew list libaegis && pkg-config --libs libaegis