mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
refactor circuit names
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user