EOSIO / eosjs-ecc

Elliptic curve cryptography functions: Private Key, Public Key, Signature, AES, Encryption, Decryption
288 stars 119 forks source link

the multiplyTwo 's Inverse operation #42

Closed free-snail closed 5 years ago

free-snail commented 5 years ago

var Q = R.multiplyTwo(s, G, eNeg)

If i know the Q,R,S,G value how can i get the eNeg value?

free-snail commented 5 years ago

and what's mean is multiplyTwo R.multiplyTwo(s, G, eNeg) = rs +GeNeg but R and G struct as (100000000000000000,1000000000000000)

free-snail commented 5 years ago

I know it. But how the multiply function 's Inverse