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

AES-GCM implementation in Circom

Results 2 aes-circom issues
Sort by recently updated
recently updated
newest added

Not sure if you care, but if you compile the circuit with the latest circom it gives a ton of warnings about missing constraints ``` warning[CA02]: In template "AES256Encrypt()": Subcomponent...

The issue which arised when trying to generate witness through cpp executable was resolved by accessing lookup tables using under-constrained index selector.