Skip to content

Releases: guilt/gsum

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 08 Sep 21:39
feat: Add Go 1.1x compatibility.

- Add legacy progress bar.
- Add legacy logger.

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 30 Aug 00:58
fix: Improve CLI argument handling

- Fix command-line parsing and validation
- Enhance error messages and help documentation

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 27 Jun 05:16
test: Enhance test script reliability

- Improve error handling and parallel processing
- Add detailed logging and cross-platform support

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 22:47
refactor: Restructure packages into hashers/ directory

- Reorganize algorithm packages for better modularity
- Create common utilities in pkg/common/

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 12 Jun 23:32
fix: Standardize error handling across modules

- Implement consistent error messages and validation
- Add proper cleanup and resource management

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 05 Jun 07:49
feat: Add Scrypt memory-hard key derivation

- Implement configurable N, r, p parameters
- Provide enhanced brute-force protection

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 03 Jun 08:31
refactor: Enhance file handling and algorithm performance

- Improve file I/O operations and range-based processing
- Optimize ChaCha20-Poly1305 and Streebog implementations