Releases: firdasafridi/gocrypt
Releases · firdasafridi/gocrypt
v1.1.0 - Performance Optimization and Slice Support
Features:
- Added slice data type support to read function
- Implemented struct type metadata caching for improved performance
- Optimized field processing to only handle fields with gocrypt tags
- Enhanced nested struct handling performance
Documentation & Testing:
- Added comprehensive benchmark tests
- Added PERFORMANCE.md with detailed performance analysis
This release significantly improves performance through caching optimizations
and extends functionality to support slice data types in struct fields.
v1.0.0 - Production Release
gocrypt: Encryption/Decryption Library for Go
Features:
- AES (Advanced Encryption Standard) encryption
- DES3 (Triple Data Encryption Standard) encryption
- RC4 stream cipher encryption
- Struct tag-based field encryption/decryption
- Inline encryption/decryption support
This is the first stable production release of gocrypt, a comprehensive encryption library for Go that provides easy-to-use struct tag encryption and inline encryption capabilities.
Initial release
v0.1.0 [DOC] update sample and documentation