1 个仓库
Processes for generating cryptographic commitments during data entry to secure database state.
Distinct from Cryptographic Commit Logs: Focuses on the ingestion phase creating commitments rather than the log of changes itself.
Explore 1 awesome GitHub repository matching data & databases · Commitment-Based Ingestion. Refine with filters or upvote what's useful.
该项目是一个可验证的数据库引擎,提供 SQL 加密证明系统,以确保存储信息及其检索的完整性。它作为一个支持证明的数据存储,利用加密承诺来防止数据篡改并保证查询结果的准确性。 该系统生成零知识证明,提供数学证据证明 SQL 查询已正确执行,而无需重新运行整个过程。这些加密证明可以导出以进行链上验证,允许智能合约或第三方以无需信任的方式验证数据库结果。 该引擎包括一个高性能分析 SQL 查询处理器,能够在数百万行数据上执行复杂的聚合和过滤,响应时间在亚秒级。它维护一个安全的数据摄取流水线,在输入期间创建防篡改哈希,以确保数据库状态的完整性。
Creates tamper-proof hashes during data entry to ensure the integrity of the database state.