Expand description
This module contains basic shared functionalities of the library.
Modulesยง
- Types for creation and utilization of cryptographic commitments to proof-of-sql data.
- Module with database related functionality. In particular, this module contains the accessor traits and the
OwnedTabletype along with some utility functions to convert between Arrow andOwnedTable. - This module defines math utilities used in Proof of SQL.
- This module contains the definition of the
Scalartrait, which is used to represent the scalar field used in Proof of SQL.