mirror of
https://github.com/leif-ibsen/SwiftECC.git
synced 2026-06-06 20:08:03 +00:00
5.1.0
SwiftECC
SwiftECC provides elliptic curve cryptography in Swift. This encompasses:
- Creating, loading and storing public and private keys
- Encryption and decryption using the ECIES algorithm based on the AES block cipher and six different block modes
- AEAD (Authenticated Encryption with Associated Data) encryption and decryption using the ECIES algorithm with the ChaCha20/Poly1305 or the AES/GCM cipher
- Signature signing and verifying using the ECDSA algorithm, including the option of deterministic signatures
- Secret key agreement using the Diffie-Hellman key agreement algorithm - ECDH
- Ability to create your own domains
- General elliptic curve arithmetic
https://leif-ibsen.github.io/SwiftECC/documentation/swiftecc
The documentation is also available in the SwiftECC.doccarchive file.
Languages
Swift
98.8%
JavaScript
0.7%
HTML
0.5%