Skip to content

Commit 5427963

Browse files
authored
Feat/groth16-verifier (#46)
* Implemented groth 16 verifier * 1.10.0 * fix prettier * Add test * remove import * add word to ignore * Small refactoring * Add less then zero check for pub signal * Change verification pairing * Small refactoring * Rename
1 parent 5432ff8 commit 5427963

File tree

7 files changed

+1895
-802
lines changed

7 files changed

+1895
-802
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
...spellcheckerRule,
1111
cspell: {
1212
...cspellConfig,
13-
ignoreWords: ['mymessage']
13+
ignoreWords: ['mymessage', 'alphabeta']
1414
}
1515
}
1616
]

0 commit comments

Comments
 (0)