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

Fixed some calculation bugs in BSWABE and fixed serialization. #3

Merged
merged 6 commits into from
Nov 7, 2012

Conversation

darkscout
Copy link
Contributor

Note: delegation is not working, yet. Although the included example tells that decryption went fine, but it produces the wrong result.

Works now for more policies, but not bugfree yet
Element.mul(x)
Element.powZn(x)
return the result AND also modify "x" --> leads to wrong calculation
results if "x" or the element is used again for calculations
changes.

TODO: remove some redundant .newElement() because of .duplicate()
serialization.
BSWABE example working
CPABE example working
BSWABE delegation - not working, yet
junwei-wang added a commit that referenced this pull request Nov 7, 2012
Fixed some calculation bugs in BSWABE and fixed serialization.
It needs to be confirmed whether CPABE is work well.
@junwei-wang junwei-wang merged commit b173ede into junwei-wang:master Nov 7, 2012
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