General-purpose cryptographic library with FIPS compliance
General-purpose cryptographic library
aws-lc$ gcc myprogram.c -o myprogram -lcrypto -L$(brew --prefix aws-lc)/lib -I$(brew --prefix aws-lc)/include$ pkg-config --modversion libcrypto$ cmake -DOPENSSL_DIR=$(brew --prefix aws-lc) .