Module proof_of_sql::base

source ·
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 OwnedTable type along with some utility functions to convert between Arrow and OwnedTable.
  • This module defines math utilities used in Proof of SQL.
  • This module contains the definition of the Scalar trait, which is used to represent the scalar field used in Proof of SQL.