Releases: D3vl0per/crypt
Releases · D3vl0per/crypt
v0.1.2
v0.1.1
What's Changed
- Coverage bumps, error validation
- (generic) Custom encoder option
- (asymmetric) ECDSA key import/export helper
- (asymmetric) Private key/Secret key - Public key link validation (test sign)
- (symmetric) XOR repetitive sequence safeguard
- (hash) In-built hash encoder in #31
- (hash) New hash integrations: Blake2s, SHA2
- (hash) SHA3 HMAC procedure fix
- (aged) Age key format checkers
- (aged) Custom Age header obfuscation option
- Dependency version bump
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Compression error handling fix by @D3vl0per in #22
- Bump coverage by @D3vl0per in #23
- Readme update by @D3vl0per in #24
- Bump golang.org/x/crypto from 0.18.0 to 0.19.0 by @dependabot in #25
- Bump github.com/klauspost/compress from 1.17.6 to 1.17.7 by @dependabot in #26
- Version bump and linter fixes by @D3vl0per in #30
New Contributors
- @dependabot made their first contribution in #25
Full Changelog: v0.0.2...v0.1.0
v0.0.2
Improvements
- Customizable attestation module
- ECDSA interface error fix
- Version bump
- Newly implemented ciphers: AES-CTR and AES-CBC
- Newly implemented compressor: brotli
- General compressor optimization and benchmarks
- Argon2 usability improvement
- Typo fixes
- Huge coverage improvements
What's Changed
- Argon parameter parsing refactor by @D3vl0per in #13
- Typo fix by @D3vl0per in #14
- Attestation, symmetric, compression, insecure-sym and tests by @D3vl0per in #18
Full Changelog: v0.0.1...v0.0.2