Skip to content

Commit

Permalink
Make README.md headline clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Loison authored Jul 10, 2023
1 parent 3995396 commit d41918d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Mining in Logarithmic Space

Based on the article "Mining in Logarithmic Space" (https://eprint.iacr.org/2021/623.pdf) here is an implementation for Bitcoin blockchain

Research internship that took place from Juny to July 2021 at [INRIA Rennes](https://en.wikipedia.org/wiki/French_Institute_for_Research_in_Computer_Science_and_Automation) under [Emmanuelle Anceaume](https://people.irisa.fr/Emmanuelle.Anceaume/) supervision.
[Here is the report](https://github.com/Benjamin-Loison/Mining-in-Logarithmic-Space/raw/main/PDFs/Internship\%20report.pdf) of the research internship that took place from Juny to July 2021 at [INRIA Rennes](https://en.wikipedia.org/wiki/French_Institute_for_Research_in_Computer_Science_and_Automation) under [Emmanuelle Anceaume](https://people.irisa.fr/Emmanuelle.Anceaume/) supervision, based on the generalization and application to the Bitcoin blockchain of the article [*Mining in Logarithmic Space*](https://eprint.iacr.org/2021/623.pdf).

It enables us to compress the 358 GB Bitcoin blockchain to 4.3 GB while ensuring strong security properties.

Expand Down

0 comments on commit d41918d

Please sign in to comment.