mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 21:38:00 -05:00
* Add reveal groups of ranges. * Reveal committed ranges given a rangeset. * Fix test and wordings. * Fix wordings. * Add reveal feature for hash commitments. * Formatting. * Fix wording. * Add subset check. * Add subset check. * Add clippy allow. * Fix missing direction in transcript index lookup. * Fix prune subset. * Refactor proof_idxs. * Throw error if only one subset detected. * Fix superset reveal. * Fmt. * Refactored Ord for Idx. * Update crates/core/src/transcript/proof.rs Co-authored-by: dan <themighty1@users.noreply.github.com> * Adjust example and comments. * Adjust comments. * Remove comment. * Change comment style. * Change comment. * Add comments. * Change to lazily check set cover. * use rangeset and simplify * restore examples * fix import * rustfmt * clippy --------- Co-authored-by: yuroitaki <> Co-authored-by: dan <themighty1@users.noreply.github.com> Co-authored-by: sinu <65924192+sinui0@users.noreply.github.com>