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

Allow no_std and fewer dependencies #9

Closed
wants to merge 1 commit into from

Commits on Oct 4, 2024

  1. Allow no_std and fewer dependencies

    We need to be able to use this crate in a `no_std` context.
    Additionally, we cannot make use of the `sha2` or `sha3` crates.
    This commit adds a couple of features:
    
    `std`, which is enabled by default, must be specified in order to use
    `write_keypair_to_file`.  This was actually the only real dependency on
    `std` outside of tests.
    
    I've split the `bbsplus` feature up. `min_bbs` enables the algorithms,
    but does not actually implement either the Sha256 or Shake256 schemes.
    
    I've also bumped group to 0.13, which should be nonbreaking because
    bls12_381_plus 0.8.18 already requires it.
    jeddenlea committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    e08b70a View commit details
    Browse the repository at this point in the history