Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 271 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 271 Bytes

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