Micah Zoltu
2c964b3fe6
Removes most dependencies and switches to @noble/hashes.
...
* @noble/hashes is a widely used and audited cryptography library that is pure JavaScript with no transitive dependencies and no dependencies on NodeJS.
* NodeJS now comes with built-in support for testing, so mocha and chai are no longer required, removing most dependencies from this project.
Between these two changes, almost all dependencies were removed and now there are only 2, including transitive.
2024-11-28 18:34:47 +08:00
Jordi Baylina
75a7b6eb18
Link video and tutorial
2019-04-12 05:20:43 -07:00
DalaiLlaama
ffde284556
Spelling correction
2018-12-29 18:26:45 +11:00
Jordi Baylina
448dc345ad
Groth protocol imlemented
2018-11-10 14:43:37 +01:00
Jordi Baylina
76f4da3d0b
License fix and remove gig test
2018-10-21 19:41:44 +02:00
iovoid
0504fdfef9
Fix typo in example's function
...
The correct API is not fs.writeFileSink, its fs.writeFileSync
2018-09-15 18:14:36 -03:00
Ghilia Weldesselasie
280cdd7787
Added JS style syntaxing to README
2018-09-14 08:27:36 -04:00
Jordi Baylina
3343981187
Extend eq and neq in bigint
2018-09-14 07:08:56 +02:00
bellesmarta
95a09e5d8a
Changes README, copyright and typos
2018-09-10 11:53:09 +02:00
Jordi Baylina
5177e17037
Spelling fixed
2018-09-09 14:04:22 +02:00
Jordi Baylina
1fdbbb8b9c
Readme fixed and bigint exported
2018-09-05 05:24:24 +02:00
Jordi Baylina
2910b7cf7d
zkSnarks working
2018-08-25 00:16:12 +02:00
Jordi Baylina
6a02f83d41
Force 1 in the verifier
2018-08-09 18:59:39 +02:00
Jordi Baylina
c0312e5d83
snarks part done
2018-08-09 15:31:16 +02:00
Jordi Baylina
e03abd7cf9
Fix extesion readme
2018-08-09 08:17:50 +02:00