From 28e93f9d35b6f3438712e91973c31af88834c232 Mon Sep 17 00:00:00 2001 From: Waylon Jepsen Date: Tue, 29 Oct 2024 10:12:02 +0700 Subject: [PATCH] rename files --- .github/workflows/circom.yml | 2 +- circuits/{aes-gcm-fold => aes-gctr-fold}/aes-gctr-fold.circom | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename circuits/{aes-gcm-fold => aes-gctr-fold}/aes-gctr-fold.circom (100%) diff --git a/.github/workflows/circom.yml b/.github/workflows/circom.yml index be811a6..dbcaace 100644 --- a/.github/workflows/circom.yml +++ b/.github/workflows/circom.yml @@ -48,5 +48,5 @@ jobs: - name: Build witness for aes-gcm run: | - build-circuit circuits/aes-gcm-fold/aes-gcm-fold.circom aes-fold.bin -l node_modules + build-circuit circuits/aes-gcm-fold/aes-gctr-fold.circom aes-fold.bin -l node_modules diff --git a/circuits/aes-gcm-fold/aes-gctr-fold.circom b/circuits/aes-gctr-fold/aes-gctr-fold.circom similarity index 100% rename from circuits/aes-gcm-fold/aes-gctr-fold.circom rename to circuits/aes-gctr-fold/aes-gctr-fold.circom