/ test / circuits / sha256_test448.circom
sha256_test448.circom
1  pragma circom 2.0.0;
2  
3  include "../../circuits/sha256/sha256.circom";
4  
5  component main = Sha256(448);