ZenGo-X / curv

Rust language general purpose elliptic curve cryptography.
MIT License
264 stars 111 forks source link

Update secp256_k1.rs #75

Open yinyongzheng opened 4 years ago

yinyongzheng commented 4 years ago

Improve execution efficiency and reduce type conversion

omershlo commented 4 years ago

Hi @yinyongzheng ! can you explain why this change is needed? how come is it more efficient than existing ?

omershlo commented 4 years ago

Can you correct the Travis issue please?