Commit d764995
authored
🚀 [Feature]: Restructure approach to integrate directly with
## Description
This pull request changes `Sodium` integrations to `libsodium` by taking
a direct integration path instead of isolated assemblies.
- Removal of isolated assemblies and related cmdlets
- Updates to build and clean scripts
- Removed the old build/clean script and added a new one that handles
the new project.
- Introduction of new methods for `libsodium`
- Updated the project file to include the `libsodium` package and set
the assembly name.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] libsodium (#16)1 parent c2168bc commit d764995
109 files changed
Lines changed: 3105 additions & 1047 deletions
File tree
- PSModule.Sodium
- PSModule.Sodium.Isolated
- PublicKeyBoxHelper
- SealedPublicKeyBoxHelper
- PSModule.Sodium
- Cmdlets
- IsolatedAssemblyLoadContext
- PSModule
- Sodium
- lib
- Sodium.Core/Sodium.Core.1.3.5/lib
- netstandard2.0
- netstandard2.1
- libsodium
- libsodium.1.0.19.1/runtimes
- ios-arm64/native
- linux-arm64/native
- linux-arm/native
- linux-musl-arm64/native
- linux-musl-arm/native
- linux-musl-x64/native
- linux-x64/native
- maccatalyst-arm64/native
- maccatalyst-x64/native
- osx-arm64/native
- osx-x64/native
- tvos-arm64/native
- win-arm64/native
- win-x64/native
- win-x86/native
- libsodium.1.0.19.2/runtimes
- ios-arm64/native
- linux-arm64/native
- linux-arm/native
- linux-musl-arm64/native
- linux-musl-arm/native
- linux-musl-x64/native
- linux-x64/native
- maccatalyst-arm64/native
- maccatalyst-x64/native
- osx-arm64/native
- osx-x64/native
- tvos-arm64/native
- win-arm64/native
- win-x64/native
- win-x86/native
- libsodium.1.0.19/runtimes
- linux-arm64/native
- linux-arm/native
- linux-musl-arm64/native
- linux-musl-arm/native
- linux-musl-x64/native
- linux-x64/native
- osx-arm64/native
- osx-x64/native
- win-x64/native
- win-x86/native
- libsodium.1.0.20.1/runtimes
- ios-arm64/native
- linux-arm64/native
- linux-arm/native
- linux-musl-arm64/native
- linux-musl-arm/native
- linux-musl-x64/native
- linux-x64/native
- maccatalyst-arm64/native
- maccatalyst-x64/native
- osx-arm64/native
- osx-x64/native
- tvos-arm64/native
- win-arm64/native
- win-x64/native
- win-x86/native
- libsodium.1.0.20/runtimes
- ios-arm64/native
- linux-arm64/native
- linux-arm/native
- linux-musl-arm64/native
- linux-musl-arm/native
- linux-musl-x64/native
- linux-x64/native
- maccatalyst-arm64/native
- maccatalyst-x64/native
- osx-arm64/native
- osx-x64/native
- tvos-arm64/native
- win-arm64/native
- win-x64/native
- win-x86/native
- src
- functions
- private
- public
- libs
- linux-x64
- osx-arm64
- osx-x64
- win-x64
- win-x86
- modules/PSModule.Sodium
- isolated
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 0 additions & 30 deletions
This file was deleted.
Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 0 additions & 109 deletions
This file was deleted.
Lines changed: 0 additions & 63 deletions
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments