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

Adding MLSBSet constant-time exponentiation algorithm #99

Closed
wants to merge 1 commit into from

Conversation

armfazh
Copy link
Contributor

@armfazh armfazh commented Apr 4, 2020

This PR includes the MLSBSet constant-time exponentiation algorithm.
It allows fixed-point scalar multiplication.
Reference: https://eprint.iacr.org/2013/158

@codecov-io
Copy link

Codecov Report

Merging #99 into master will decrease coverage by 0.02%.
The diff coverage is 75.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
- Coverage   77.59%   77.56%   -0.03%     
==========================================
  Files          51       53       +2     
  Lines        4949     5032      +83     
==========================================
+ Hits         3840     3903      +63     
- Misses       1072     1091      +19     
- Partials       37       38       +1     
Impacted Files Coverage Δ
math/mlsbset/power.go 73.52% <73.52%> (ø)
math/mlsbset/mlsbset.go 77.55% <77.55%> (ø)

@armfazh armfazh added the enhancement Improvement over something already in the project label Apr 6, 2020
@armfazh armfazh marked this pull request as ready for review April 6, 2020 22:18
@armfazh armfazh requested review from wbl and bwesterb April 6, 2020 22:18
This was referenced Apr 6, 2020
@armfazh
Copy link
Contributor Author

armfazh commented Apr 21, 2020

Merged in #100

@armfazh armfazh closed this Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement over something already in the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants