Skip to content

Commit d764995

Browse files
🚀 [Feature]: Restructure approach to integrate directly with libsodium (#16)
## 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] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent c2168bc commit d764995

109 files changed

Lines changed: 3105 additions & 1047 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

PSModule.Sodium/PSModule.Sodium.Isolated/PSModule.Sodium.Isolated.csproj

Lines changed: 0 additions & 11 deletions
This file was deleted.

PSModule.Sodium/PSModule.Sodium.Isolated/PublicKeyBoxHelper/PublicKeyBoxHelper.cs

Lines changed: 0 additions & 13 deletions
This file was deleted.

PSModule.Sodium/PSModule.Sodium.Isolated/SealedPublicKeyBoxHelper/SealedPublicKeyBoxHelper.cs

Lines changed: 0 additions & 18 deletions
This file was deleted.

PSModule.Sodium/PSModule.Sodium/Cmdlets/NewPublicKeyBoxKeyPair.cs

Lines changed: 0 additions & 21 deletions
This file was deleted.

PSModule.Sodium/PSModule.Sodium/Cmdlets/NewSealedPublicKeyBox.cs

Lines changed: 0 additions & 30 deletions
This file was deleted.

PSModule.Sodium/PSModule.Sodium/Cmdlets/OpenSealedPublicKeyBox.cs

Lines changed: 0 additions & 34 deletions
This file was deleted.

PSModule.Sodium/PSModule.Sodium/IsolatedAssemblyLoadContext/IsolatedAssemblyLoadContext.cs

Lines changed: 0 additions & 109 deletions
This file was deleted.

PSModule.Sodium/PSModule.Sodium/IsolatedAssemblyLoadContext/ModuleInitializer.cs

Lines changed: 0 additions & 63 deletions
This file was deleted.

PSModule.Sodium/build.ps1

Lines changed: 0 additions & 72 deletions
This file was deleted.

PSModule.Sodium/clean.ps1

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)