Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code of BB84 protocol post-processing #8

Merged
merged 9 commits into from
Nov 15, 2023
Merged

Commits on Oct 14, 2023

  1. ✨ feat(qns.network.protocol.bb84.py): 修改了bb84协议使用的经典数据包

    增加了一个packet_class关键字用来区分不同的经典包
    yyq2020 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    5de5717 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. ✨ feat(qns.network.protocol.bb84.py): 基本实现了bb84的cascade流程

    错误估计、迭代工程细节、泄漏密钥量等细节需要参考更多标准文档
    yyq2020 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7e7331b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    232927b View commit details
    Browse the repository at this point in the history
  2. add privacy amplification function

    ybken committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2678d2d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. 🐞 fix(qns.network.protocol.bb84.py):

    使用了随机错误估计的方式,整合bb84后处理架构和接口
    yyq2020 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    01eb5e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. ✨ feat(qns.network.protocol.bb84.py):

    在隐私放大之前增加了检查密钥是否还有误码的步骤
    yyq2020 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    63ac401 View commit details
    Browse the repository at this point in the history
  2. 🦄 refactor(qns.network.protocol.bb84.py):

    Add comments
    yyq2020 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9a678d3 View commit details
    Browse the repository at this point in the history
  3. 🌈 style:

    修复flake8检查到的格式报错
    yyq2020 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    843db34 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Create pytest_python39.yml

    yyq2020 authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    560118e View commit details
    Browse the repository at this point in the history