summa-solvency: Halo2-based solvency proof scheme

1 Introduction

Preface blog:

See open source code:

summa-solvency implements the following circuit gadgets based on Halo2:

  • Poseidon hashing
  • LessThan operation: there are two witnesses lhs and rhs, if lhs<rhs, return 1, otherwise return 0.
  • Merkle sum tree: constructed using Poseidon hash operations and LessThan operations:
    insert image description here

The overall structure is:
insert image description here

Guess you like

Origin blog.csdn.net/mutourend/article/details/130522039