I am trying to implement an ecc method for encryption. I looked at the following posts:
A shared secret based on the Diffie-Hellman elliptic curve with CommonCrypto
Cryptographic Curve in iOS
which does not have satisfactory solutions.
Now I'm thinking of using the python libraryhttps://github.com/yann2192/pyelliptic
But I don't know if this was the best solution to use ecc for encryption, since I would still need to figure out a way to use the python library in objc.
Can someone point me in the right direction?
Finally, I created my own library for ECC / ECDSA, which is now available on github
By expanding on @puzzlepalace's comment, you can try Libsodium . They even have a Swift library.
Source: https://habr.com/ru/post/987905/More articles:How to create a CLI like Spring Shell in a Java EE application without Spring framework? - java-eePython: installed selenium package not detected - pythonsparking and connection pool implementation - apache-sparkExecution completed for task ': compileJava'. > Invalid source release: 1.7 - javaHow to upload projects to gitlab by user? - gitlabHow to return a module from scala function? - scalaHow to add a collection2 scheme to a user collection using the password / password package in meteorjs? - javascriptA shared secret based on the Diffie-Hellman elliptic curve with CommonCrypto - iosCheck decimal and total number lengths - c #Selenium pdf automatic download not working - pythonAll Articles