Created
October 5, 2020 21:39
-
-
Save kushti/c2b91985490d7be3cdbd9868d9d56bf3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Семинар 6: структуры данных с подтверждением | |
Реализовать одну из следующих структур данных с подтверждением. | |
Один человек делает доклад про: | |
1) мотивацию, с которой схема была разработана | |
2) поддерживаемые структурой операции и их асимптотики | |
3) реализации и конкретные цифры производительностей операций | |
4) как делается тестирование программ | |
Второй человек пишет программу, которая тестирует программу третьего члена команды. | |
Третий член команды реализуют структуру, на разных языках программирования, и интерфейс для тестирования (скажем, вывод результатов в файл). | |
Реализовывать на другом языке, чем в другой группе или в 2018 году! | |
* Improving Authenticated Dynamic Dictionaries, with Applications to Cryptocurrencies (https://eprint.iacr.org/2016/994), реализовать структуру данных без склеивания доказательств (batch proving / verification), готовую реализацию можно на языке Scala можно найти на \url{https://github.com/input-output-hk/scrypto}, поэтому решение на Scala не допускается! | |
* Edrax: A Cryptocurrency with Stateless Transaction Validation . Реализовать лишь схему с разрежённым деревом Мёркла! ( https://eprint.iacr.org/eprint-bin/getfile.pl?entry=2018/968&version=20181014:152509&file=968.pdf ) | |
* Efficient Asynchronous Accumulators for Distributed PKI (https://eprint.iacr.org/2015/718.pdf). (см. секцию 4 для реализации) | |
* Efficient Authenticated Dictionaries with Skip Lists and Commutative Hashing (https://www.cs.jhu.edu/~goodrich/cgc/pubs/hashskip.pdf). | |
* Super-efficient Aggregating History-independent Persistent Authenticated Dictionaries (http://tamperevident.cs.rice.edu/papers/paper-pad.pdf). Реализовать схему Tuple-based PADs (секция 4 статьи). | |
* Compact Sparse Merkle Trees (https://eprint.iacr.org/2018/955.pdf). Решение на Python не допускается! | |
* Trading Accumulation Size for Witness Size: A Merkle TreeBased Universal Accumulator via Subset Differences | |
(https://eprint.iacr.org/2019/1186.pdf). | |
* Utreexo: A dynamic hash-based accumulatoroptimized for the Bitcoin UTXO set (https://eprint.iacr.org/2019/611.pdf). | |
* Fash hash-based additive accumulators: | |
(https://github.com/bigspider/accumulator/blob/master/docs/paper-draft.pdf). Решение на Python не допускается! | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment