Open
Description
What context is your feature request related to?
Some web3 projects use secp256k1.swift library and adding them together with web3swift causes the "multiple targets named 'secp256k1'" error.
What solution would you like?
I'm not sure if there is a way to fix it on my side yet, but perhaps it's worth renaming secp256k1 target or using a module alias or something. Migrating to secp256k1.swift would probably work too, but obviously is more effort and might not be worth it.
Any additional context?
No response