Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@zemanlx zemanlx released this 29 Jul 19:30
· 0 commits to develop since this release
e6dc9d9

This version brings huge performance improvements (95%) in the speed of wrapping of encoded data
and ignoring non-alphabet characters before decoding input.

Changelog

0b4bda0 Add benchmark for Decode64
4737e96 Add benchmark for Encode64
8371282 Add corpus from go-fuzz
4029219 Add custom io.Writer for wrapping and use it in wrap()
d29bce7 Add fuzzbuzz config
e6683a0 Close input file before os.Exit
b84ec1b Disable dupl in linter
7468d31 Enable all gocritic checks
8058deb Enhance README
77bf77f Move err os.Exit to main defer call
2528046 Refactor wrapWriter
ed6c071 Remove NewWrapWriter
82d3e18 Remove newlines from err messages
598943c Remove wrap function
cf8f227 Rename fuzzbuzz config file
0af3b40 Use alphabet in io.Writer instead of regex
6317724 Use wrapWriter directly in Encode64 - no goroutine