Practical-Cryptography-for-Developers-Book icon indicating copy to clipboard operation
Practical-Cryptography-for-Developers-Book copied to clipboard

Example: Multiply EC Point by Integer

Open wsw109 opened this issue 1 year ago • 1 comments

maybe have a error here : "Example: Multiply EC Point by Integer":

image

for k = 6, G = {15,13}, P = kG = 6{15,13} = {90,78} mod 17 = {5,10}, which is not the {5,8}.

am I correct?

wsw109 avatar Jan 23 '24 06:01 wsw109