-
Notifications
You must be signed in to change notification settings - Fork 6
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
v2.0.0 - Add support for SHAKE128/256 #19
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
- Rename digest symbols to use explicit SHA3 prefix (e.g., :sha3_256) - Refactor C extension to use TypedData for better memory management
…methods - extend SHA3 implementation to support SHAKE-128 and SHAKE-256 algorithms - add new methods `squeeze` and `hex_squeeze` for arbitrary-length output - update digest initialization to handle SHAKE algorithms - modify `digest` and `hexdigest` methods to support SHAKE output length - update header files to include SHAKE algorithm type - improve algorithm name reporting in `name` method
…itialization signatures - remove unnecessary forward declaration of `free_mdx` - remove duplicate `free_mdx` implementation - add `void` parameter to initialization function signatures for better C standard compliance
…proved spec coverage - Add new `sha3_vectors_spec.rb` to validate SHA3 and SHAKE algorithms against official test vectors - Refactor `sha3_core_spec.rb` to provide more comprehensive and detailed API testing - Update `spec_helper.rb` with standard RSpec configuration - Modify `.rspec` configuration to improve test output - Remove obsolete test generation scripts and test shell script
…mpatibility - Improve Digest class compatibility and error handing with when using SHAKE algorithms - Merge SHA3 module implementation into a single file structure - Remove redundant header and source files - Update Ruby library initialization to use new extension name - Add comprehensive documentation for SHA3 digest classes - Simplify module and class initialization logic
- Convert README from RDoc to Markdown format - Improve documentation with new sections - Update .document file to reflect new documentation structure - Add .rdoc_options for documentation generation - Recreate CHANGELOG.md with version history - Update LICENSE.txt copyright year - Improve project description and usage instructions
- Bump Rubocop target version to 2.7 - Update .gitignore with additional entries - Modify Rakefile to use 'sha3_digest' extension name - Update gemspec with version 2.0.0 and new metadata - Add RDoc task for documentation generation - Include irb gem in development dependencies
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.
No description provided.