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

add SigningParts getters #433

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 29, 2024

  1. Allow SpendValidatingKey to be constructed from bytes

    closes zcash#427
    
    This adds a FROST feature flag so that public interface of the
    crate is not altered in its meaning for non-FROST applications.
    
    Key derivation is intended to be done on a specific way for usual
    applications. Interface changes introduce by FROST can pose a risk
    for the rest of the use cases that don't involve the assumptions
    of the FROST signature scheme protocol. we don't want non-FROST
    cases to make use the helper functions FROST needs to derive the
    needed key elements.
    
    PR suggestions:
    	Make "frost" feature be under the "unstable" set of features
    	correct the unstable feature definition
    	use visibility crate
    pacu committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    96bda92 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    4ffcf2c View commit details
    Browse the repository at this point in the history