ITADN

Example: Multiply EC Point by Integer

#69Openwsw109 创建于 2024-01-23
W
wsw109commented
maybe have a error here : "Example: Multiply EC Point by Integer": ![image](https://github.com/nakov/Practical-Cryptography-for-Developers-Book/assets/29395111/84244dc6-8dda-49f4-a187-b04cec771530) ---------- for k = 6, G = {15,13}, P = k*G = 6*{15,13} = {90,78} mod 17 = {5,10}, which is not the {5,8}. am I correct?
1 条评论