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 blinding verification and fix warnings from dependencies #3

Merged
merged 2 commits into from
Sep 16, 2019

Conversation

hassib-ashouri
Copy link
Contributor

Add blinding verification
At some point in the DigiCash protocol, the bank receives N blinded bills and chooses to sign one blindly. Before the bank signature happens, the person should reveal the blinding for all the bills except the one selected by the bank by sending (non-blinded bills, blinding factors). At this point the bank has (blinded bills, non-blinded bills, blinding factors). The bank needs to verify the blinding of the blinded bills. This is done manually, unless this library has the added verification functionality.

Fix babel deprecated libraries
Apparently, babel changes the arch of the libraries which rendered the old one deprecated. This pull request also updates to the latest ones.

@kevinejohn kevinejohn merged commit 8241d76 into kevinejohn:master Sep 16, 2019
@kevinejohn
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants