Giter Club home page Giter Club logo

learn-blockchain's Introduction

比特币系统C++ 实现

  • 具体实现要求可以参考《实验一 区块链基本结构》中的要求
  • 目录BlockChainWork是对应实现的代码目录
  • 《区块链技术-比特币系统(C++实现)》则是一份完整的报告说明,包括关键点知识,设计与实现,测试验证等说明
  • 另外,在代码实现中,主要使用了两个第三方库,一个是json库,用的是nlohmann::json,只要引用头文件即可使用;另一个是CryptoPP,涉及密码学中哈希、加密、编码等常用操作,具体使用可以参考《CryptoPP 库使用》,或者看我这篇博客 CryptoPP C++库学习使用

椭圆曲线应用

新上传了两个PDF文档,与区块链中的密码学应用密切相关

  • 《椭圆曲线密码算法在比特币中的应用》
  • 椭圆曲线公钥恢复算法与SM2编程实现

最后,希望本项目能帮助到你学习区块链相关技术~

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.