swift-sodium icon indicating copy to clipboard operation
swift-sodium copied to clipboard

Clibsodium without `SODIUM_LIBRARY_MINIMAL`?

Open aidantwoods opened this issue 4 years ago • 0 comments

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

aidantwoods avatar Sep 29 '21 21:09 aidantwoods