mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-06 18:56:40 +01:00
Readme, License Fixes and another test added
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
include "../../circuits/sha256/constants.jaz"
|
||||
include "../../circuits/sha256/constants.circom"
|
||||
|
||||
template A() {
|
||||
signal input in;
|
||||
@@ -1,5 +1,5 @@
|
||||
include "bitify.jaz"
|
||||
include "binsum.jaz"
|
||||
include "../../circuits/sha256/bitify.circom"
|
||||
include "../../circuits/sha256/binsum.circom"
|
||||
|
||||
template A() {
|
||||
signal private input a;
|
||||
Reference in New Issue
Block a user