Releases: konsolebox/digest-kangarootwelve-ruby
Releases · konsolebox/digest-kangarootwelve-ruby
0.5.0
- Gem size significantly reduced thanks to updates in XKCP (Update XKCP to commit 86110a0be2)
- Reference targets are no longer included (Exclude reference targets)
- CI updates (Update ruby.yml, Update appveyor.yml)
- Add .editorconfig
0.4.8
- Undefine allocator function of Metadata
0.4.7
- XKCP: Avoids bus error on Big Endian platforms with strict alignment constraints
- XKCP: Adds TurboSHAKE support (KangarooTwelve now works on top of it)
- Fix old-style function definition warning when compiling
- Minimum rake-compiler version set to 1.2.3
0.4.6
- XKCP fix: Fix integer overflows (XKCP/XKCP@fdc6fef)
- XKCP fix: Fix alignment of rho constants for MSVC (XKCP/XKCP@56ae099)
- README.md improvements
- New XKCP license file
0.4.5
- Update XKCP to commit 6a5815f7d6
- Improve arrangement of Rakefile code
- Force build task to always clobber
- Add output files in ext/digest/kangarootwelve as clean targets
0.4.4
0.4.3
- Update XKCP to commit f07a7f61417
- Enhance description in spec
- Update ruby.yml to correct new testing
- Remove an unused variable
0.4.2
- Actually fix the issue where
.s
files aren't included when importing from XKCP and are not compiled.
Thanks to midnight-wonderer for the report and fix on the cflag-related errors.
Issue: #1
0.4.1
- Attempt to fix issue where
.s
files aren't included when importing from XKCP and are not compiled - Add notes about needed cflags in README.md
- Simplify reassignment of install tasks
- Copyright year update
0.4.0
- XKCP has been reincorporated as a submodule and tasks were added to help with the dynamic extraction and installation of needed files
- Targets now dynamically reflect the targets in XKCP
- Some targets are now different because XKCP changed them
- An alternate install task which allows arguments to be forwarded to 'gem install' has been added
- Test task now lazily calls compile tasks
- Test for the VERSION constant has been added
- Codes were rewrapped
- digest/kangarootwelve/version is now required by extension
- Github now workflow works on other branches
- XKCP license gets extracted and imported during build
- Files are now only clobbered when .git exists
- Readme has been updated
- Copyright year has been updated
- appveyor.yml has been updated
- Travis CI has been uninstalled