@crisp-e3/sdk 0.2.0-test → 0.2.1-test

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -160,7 +160,7 @@ interface CRISPCircuitInputs {
160
160
  u: Polynomial;
161
161
  e0: Polynomial;
162
162
  e1: Polynomial;
163
- e1is: Polynomial[];
163
+ e0is: Polynomial[];
164
164
  k1: Polynomial;
165
165
  public_key_x: string[];
166
166
  public_key_y: string[];