bitconch/bitconch-core

Technical Weekly Report

caesarchad opened this issue · 0 comments

New Cryptography Math

  • We are doing some research to apply to new cryptographic function in Bitconch. Issues here .

  • There are two kinds of algorithm we are proposing, one is used for signature verification, and the other is used to generate and verify the hash of arbitrary size of data.

New Data Structure

  • We are going to apply Conflict Free Replicate Data Type.Replication is a fundamental concept of distributed systems, well studied by the distributed
    algorithms community. Much work focuses on maintaining a global total order of operations even in the presence of faults. Blockchain or Distributed Ledger is a distributed database based on trustless environment. Issues