Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/code-overhaul #74

Merged
merged 22 commits into from
Jul 18, 2024
Merged

feature/code-overhaul #74

merged 22 commits into from
Jul 18, 2024

Conversation

MrMatthewLayton
Copy link
Member

Added several new features, including LINQ/collection extensions for non-generic IEnumerable, Updated GetName extension method that supports full names and generic type arguments, and an updated ToRecordString implementation. This update also includes several bug-fixes and removes obsolete code, therefore the version has been updated to 9.0.0

MrMatthewLayton and others added 22 commits May 26, 2024 12:49
Core API

- Introduces Optional<T> and Result<T> monads.
- Introduces FirstOrNone, LastOrNone, and SingleOrNone LINQ extension functions which return Optional<T> and Result<T> monads.

Numerics API

- Bugfix for an equality bug in BigDecimal and NumberInfo structs.

Cryptography API

- Cleaner separation of Public/Private key interfaces, allowing for a wider range of key implementations.
- Introduces a cryptographic shared secret struct for handling secret values.
- Introduces ECDH (Elliptic-Curve Diffie-Hellman) Public/Private keys with shared secret generation.
- Introduces in-memory data encryption which has been implemented for all private keys and other sensitive cryptographic information, ensuring that sensitive data is kept secure in-memory.
# Conflicts:
#	OnixLabs.Core.UnitTests/OptionalTests.cs
#	OnixLabs.Core.UnitTests/ResultTests.cs
#	OnixLabs.Core/OnixLabs.Core.csproj
#	OnixLabs.Core/Optional.None.cs
#	OnixLabs.Core/Optional.Some.cs
#	OnixLabs.Core/Optional.cs
#	OnixLabs.Core/Result.Failure.cs
#	OnixLabs.Core/Result.Success.cs
#	OnixLabs.Core/Result.cs
#	OnixLabs.Numerics/OnixLabs.Numerics.csproj
#	OnixLabs.Security.Cryptography/Extensions.HashAlgorithm.cs
#	OnixLabs.Security.Cryptography/OnixLabs.Security.Cryptography.csproj
* Added `NamedHash`, new pre-condition checks, and extension methods.

* Updated version to 8.2.0
# Conflicts:
#	OnixLabs.Core/OnixLabs.Core.csproj
#	OnixLabs.Numerics/OnixLabs.Numerics.csproj
#	OnixLabs.Security.Cryptography/OnixLabs.Security.Cryptography.csproj
…non-generic IEnumerable, Updated GetName extension method that supports full names and generic type arguments, and an updated ToRecordString implementation. This update also includes several bug-fixes and removes obsolete code, therefore the version has been updated to 9.0.0
…ated HashAlgorithm extension and fixed a bug with the SHA3 implementation.
@MrMatthewLayton MrMatthewLayton merged commit 5090eb8 into main Jul 18, 2024
1 check passed
@MrMatthewLayton MrMatthewLayton deleted the feature/code-overhaul branch July 18, 2024 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant