torusresearch / torus-utils-swift

Swift package for fetching shares from torus-nodes
BSD 3-Clause "New" or "Revised" License
4 stars 11 forks source link

ECIES: Use ecdh from library #66

Closed matthiasgeihs closed 9 months ago

matthiasgeihs commented 9 months ago

Previously, we had implemented our own version of ECDH. However, ECDH is already provided by the secp256k1 library and hence we use the provided implementation here.