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

v2.0.0 - Add support for SHAKE128/256 #19

Merged
merged 13 commits into from
Mar 1, 2025
Merged

v2.0.0 - Add support for SHAKE128/256 #19

merged 13 commits into from
Mar 1, 2025

Conversation

johanns
Copy link
Owner

@johanns johanns commented Mar 1, 2025

No description provided.

- 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
@johanns johanns marked this pull request as ready for review March 1, 2025 06:24
@johanns johanns merged commit 6a1ca45 into main Mar 1, 2025
12 checks passed
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.

2 participants