Skip to content

Latest commit

 

History

History
26 lines (26 loc) · 1.92 KB

UpdateHistory.md

File metadata and controls

26 lines (26 loc) · 1.92 KB

Update History

Aug. 30, 2022

  • The first demo version of Universal Groth16 was released.

Sep. 22, 2022

  • The codes for algorithms were optimized.
  • The proving time for an Ether transfer circuit was reduced from 6.5 hours to 5.04 hours.

Nov. 18, 2022

  • Circom codes for subcircuits of EVM opcodes were fixed to cover almost every EVM-compatibility test.

Jan. 17, 2023

  • For multiplication and division of polynomials, FFTs were applied
  • The proving time for an Ether transfer circuit was reduced from 5.04 hours (with convolution of coefficients) to 17.92 mins.

Jan. 19, 2023

  • Continuous integration (CI) workflow was added to the repository with automated lint check and integration tests.

Feb. 2, 2023

  • A docker image for Circom environment was installed for the automated integration tests.

Feb. 16, 2023

  • An interactive command line interface has been added to improve user experience.

Apr. 27, 2023

  • For division of QAP polynomials, an efficient algorithm was applied.
  • The dividing time for an Ether transfer circuit was reduced from 11.74 mins (with polynomial long division and FFT) to 68 milliseconds (the total proving time was reduced from 17.92 mins to 6.03 mins).

May 24, 2023

  • For multi-scalar exponentiations (MSM), a batched computation using WASM provided by Iden3 was applied
  • The MSM time for an Ether transfer circuit was reduced from 25.9 secs (with separated computation) to 0.6 secs (the proving time was reduced from 6.03 mins to 5.49 mins).

Jun. 8, 2023

  • When proving, derived circuit polynomials are not loaded from a file, any more. Instead, the prove algorithm itself derives the circuit polynomials in an efficient way.
  • The proving time for an Ether transfer circuit was reduced from 5.49 mins to 52 seconds.