├── README.md ├── hacspec-halfagg ├── Cargo.toml ├── src │ └── halfagg.rs └── tests │ └── tests.rs ├── half-agg-and-adaptor-sigs.md ├── half-aggregation.mediawiki ├── savings.org └── slides └── 2021-Q2-halfagg-impl.org /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockstreamResearch/cross-input-aggregation/HEAD/README.md -------------------------------------------------------------------------------- /hacspec-halfagg/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockstreamResearch/cross-input-aggregation/HEAD/hacspec-halfagg/Cargo.toml -------------------------------------------------------------------------------- /hacspec-halfagg/src/halfagg.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockstreamResearch/cross-input-aggregation/HEAD/hacspec-halfagg/src/halfagg.rs -------------------------------------------------------------------------------- /hacspec-halfagg/tests/tests.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockstreamResearch/cross-input-aggregation/HEAD/hacspec-halfagg/tests/tests.rs -------------------------------------------------------------------------------- /half-agg-and-adaptor-sigs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockstreamResearch/cross-input-aggregation/HEAD/half-agg-and-adaptor-sigs.md -------------------------------------------------------------------------------- /half-aggregation.mediawiki: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockstreamResearch/cross-input-aggregation/HEAD/half-aggregation.mediawiki -------------------------------------------------------------------------------- /savings.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockstreamResearch/cross-input-aggregation/HEAD/savings.org -------------------------------------------------------------------------------- /slides/2021-Q2-halfagg-impl.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockstreamResearch/cross-input-aggregation/HEAD/slides/2021-Q2-halfagg-impl.org --------------------------------------------------------------------------------