gdanezis / PET-Exercises

Exercises in Privacy Enhancing Technologies (UCL Information Security MSc; Course COMPGA17)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

comments problem in task3

WANGQINWU opened this issue · comments

in 5th function in task3

point_scalar_multiplication_montgomerry_ladder

the comment about algorithm's for loop has a issue.

for di in num_bits(P)-1 to zero:

di should be i.