-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
# 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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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