Zork GCM setup

The Zork GCM implementation is a single .c file meant for you to compile directly into your projects. However, there are a few minor prerequisites:

AES Setup

If you're using an AES implementation other than the one provided with OpenSSL, then you will need to redefine three macros in gcm.h:
Back