Skip to content
View yonggewang's full-sized avatar

Block or report yonggewang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
yonggewang/README.md

I like to develop softwares based on my research. The following are some ready to use sources that I have developed. If you are interested in further working on these projects, please feel free to contact me.

  • lil Testing the quality of random generators. Detect weakness that NIST tool cannot detect
  • CoinSwap-Contracts A DeFi swapping platform to reduce front runner chances
  • BDLS An efficient BFT protocol in partial synchronous networks. Based on xtaci's implementation
  • BDLSChain An prototype blockchain based on BDLS BFT protocol. Based on Ethereum implementation.
  • DAI simplified MakerDAO project smart contracts
  • RLCE post-quantum secure encryption scheme based on Reed-Solomon codes.
  • liboqsRLCE LibOQS with RLCE: This is based on Jonathan Wagner's Master thesis

Pinned Loading

  1. RLCE RLCE Public

    This is a C-language implementation of the post-quantum public encryption scheme RLCE by Yongge Wang. It also includes many efficient implementations of cryptographic primitives (e.g., AES, SHA, li…

    C 6 3

  2. lil lil Public

    A project to develop Law of the Iterated Logarithm based testing tools. This will test the quality of the random sequences generated by pseudorandom generators

    Java 1 1

  3. DAI DAI Public

    a project trying to simplify the seminal DeFi project MakerDAO project. It is Solidity implementation

    Solidity 1

  4. BDLSChain BDLSChain Public

    Go language implementation of a blockchain based on the BDLS BFT protocol. The implementation was adapted from Ethereum implementation

    Go 1 5

  5. bdls bdls Public

    The BDLS Byzantine Fault Tolerance protocol by Yongge Wang and GO-Language implementation by https://github.com/xtaci

    Go 2 1

  6. liboqs liboqs Public

    Forked from open-quantum-safe/liboqs

    C library for prototyping and experimenting with quantum-resistant cryptography

    Assembly