swift-sodium
swift-sodium copied to clipboard
Clibsodium without `SODIUM_LIBRARY_MINIMAL`?
Would there be any issue, in principle, with adjusting the precompiled libsodium to be a non-minimal build? At the moment I believe that SODIUM_LIBRARY_MINIMAL 1 is set, and so some parts of Clibsodium are not available.
i.e. all of these are not currently available when importing Clibsodium
https://github.com/jedisct1/swift-sodium/blob/1d51e8eb8a99638166aea863e7a71d568b5a06e6/Sodium/libsodium/sodium_lib.h#L56-L67