paulmillr / nip44

NIP44 spec and implementations of encrypted messages for nostr
https://nostr.com
26 stars 11 forks source link

Replace Sodium with CryptoSwift #12

Closed tyiu closed 7 months ago

tyiu commented 7 months ago

Follows the changes made in Nostr SDK for Apple Platforms: https://github.com/nostr-sdk/nostr-sdk-ios/pull/140

I replaced the underlying cryptography library because it was causing problems for Nostr SDK for Apple Platforms in the documentation generation build step. Effectively, it's a replacement of a C library with a pure Swift library.

Acknowledgements and licenses of dependencies have also been added.