torusresearch / torus-utils-swift

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

refactor: consolidate implementations of secp256k1 #73

Closed metalurgical closed 11 months ago

metalurgical commented 11 months ago

This PR consolidates the SECP256K1.swift implementation and the secp256k1 implementation.

There is still some conversion to do for some methods (signForRecovery, combinePublicKeys), these have all been moved to the same extension.