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

feat: 🎸 Support sphincs plus lock script #60

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 30, 2023

  1. feat: 🎸 Support sphincs plus lock script

    Add Support sphincs plus lock script, a quantum-resistant-lock-script
    
    ✅ Closes: nervosnetwork#57
    Liu Chuankai committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    7e56a4f View commit details
    Browse the repository at this point in the history
  2. make github ci to support submodule

    Chuankai Liu authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    de1a5ca View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. feat: 🎸 add seed_len to return sphincs+ seed length

    Liu Chuankai committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    53e00b6 View commit details
    Browse the repository at this point in the history
  2. fix: 🐛 hack for windows compile problems for randombytes

    windows does not include <unistd.h> and /dev/random, so implement it in
    rust and export to c
    Liu Chuankai committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    31d15de View commit details
    Browse the repository at this point in the history