Skip to content

yerlibilgin/swift-sodium2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swift-Sodium

Only the files for the swift package have been kept.

  • The struct named Sodium has been renamed SodiumSwift to fix the generated .swiftinterface.
  • We use @_implementationOnly import Clibsodium ti hide Clibsodium.
  • SecretStream.PullStream and SecretStream.PushStream are not private to hide Clibsodium. If those classes are needed later publicly, they can be wrapped.