Releases: filecoin-project/go-fil-commp-hashhash
Releases · filecoin-project/go-fil-commp-hashhash
v0.3.0
What's Changed
- pick up latest by @anjor in #17
- Bump deps, mainly to shut up dependabot by @ribasushi in #18
- Small i386 fix and bunch of cleanups by @ribasushi in #20
- ci: uci/delete-templates by @web3-bot in #21
- ci: uci/copy-templates by @web3-bot in #22
- ci: uci/copy-templates by @web3-bot in #23
- ci: uci/update-go by @web3-bot in #24
- ci: uci/copy-templates by @web3-bot in #25
- ci: uci/update-go by @web3-bot in #26
- ci: uci/update-go by @web3-bot in #27
- ci: uci/update-go by @web3-bot in #28
- fix(commp): prevent panic on short input by handling nil twinHold by @beck-8 in #31
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0: Rewrite logic to process more than 127 bytes at a time (#14)
Increase the 'carry' size, decrease the num of queues and add ability to push the same piece of memory through the layers. While the code could be made even smarter, pushing this version is a good starting point. This change gives a 4x speedup.