Attempt for a cross platform AES-GCM encryption
Due to steps by integrating some crypto standards I found no compatible open source C/C++ implementation for AES-GCM to use in native Java, Android and iOS.
I created my own wrapper as reusable pod/header here.
Based on public domain implementation from Steve Gibson of GRC.com.
See Sources/README.txt for more info.
Thanks for fixes by @maximmasiutin.
Released to Public Domain by Markus Kosmal