refactor circuit names

This commit is contained in:
turnoffthiscomputer
2024-07-26 11:25:31 +02:00
parent 3d4f30efca
commit db98b2f082
10 changed files with 7 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ describe('Register - SHA1 RSA', function () {
before(async () => {
circuit = await wasm_tester(
path.join(__dirname, '../../circuits/register/register_sha1WithRSAEncryption_65537.circom'),
path.join(__dirname, '../../circuits/register/register_sha1_rsa_65537.circom'),
{
include: [
'node_modules',

View File

@@ -21,7 +21,7 @@ describe('Register - SHA256 RSA', function () {
before(async () => {
circuit = await wasm_tester(
path.join(__dirname, '../../circuits/register/register_sha256WithRSAEncryption_65537.circom'),
path.join(__dirname, '../../circuits/register/register_sha256_rsa_65537.circom'),
{
include: [
'node_modules',