Only the files for the swift package have been kept.
- The struct named
Sodium
has been renamedSodiumSwift
to fix the generated.swiftinterface
. - We use
@_implementationOnly import Clibsodium
ti hideClibsodium
. SecretStream.PullStream
andSecretStream.PushStream
are not private to hideClibsodium
. If those classes are needed later publicly, they can be wrapped.