aes-circom icon indicating copy to clipboard operation
aes-circom copied to clipboard

AES-GCM implementation in Circom

AES-GCM Implementation in Circom

This is based on the S-table implementation of AES GCM SIV encryption scheme.

It is heavily inspired by the C implementation of AES-GCM-SIV