libaegis

Portable C implementations of AEGIS family encryption algorithms

brewmacoslinux
Try with needOr install directly
Source

About

Portable C implementations of the AEGIS family of encryption algorithms

Commands

libaegis

Examples

Link libaegis library to your C project for AEGIS encryption$ gcc -o myapp myapp.c -laegis
Include AEGIS headers in C source code for authenticated encryption$ gcc -c myapp.c -I$(brew --prefix libaegis)/include
Verify libaegis installation and library location$ brew list libaegis && pkg-config --libs libaegis