I need to implement AES_GMAC encryption and decryption in c/c++ programming language.
For the implementation, I have referred following document: http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/proposedmodes/gcm/gcm-spec.pdf
But It seems that it contains esoteric information specific for people with cryptographic background. I am belonging to a non-cryptographic group.
Can anyone help with the pseudocode for the implementation purpose ?