Releases: chardoncs/libpgfe
Releases · chardoncs/libpgfe
libpgfe v0.7.4
libpgfe v0.7.2
Change log
- MD5 buffering improvement
libpgfe v0.7.1
Change log
- Refactoring
libpgfe v0.7.0
Change log
- LIBRARY OVERHAUL!!! (which makes this version incompatible with v0.6), including:
- Internal interfaces no longer exposed
- Headers reorganized
- Toolchain files added
- CMake configuration updated
- Relicensed under MIT / Apache 2.0 (Dual-licensed)
- Auto counter in TOTP
libpgfe v0.6.1
Change log
- TOTP for C++: Automatic counter update, which will be further implemented in v0.7.0
- Bug fix
libpgfe v0.6.0
Change log
- Smart pointers are used for pointer management (Thank @Yxa2111 for the suggestion!)
- Blowfish support
- Refactoring & optimization
- C++ namespace changed (from
chardon55::PGFE
tolibpgfe
) - SequentialData: Removed ASCII detection feature
- SequentialData: Added data trim feature
libpgfe v0.5.1
Change log
- Refactoring
- MD5 optimization
- Base Encoding optimization
- Configuration files update
libpgfe v0.5.0
Change log
- Upgraded pointer/type management
- Updated file structure
- Refactoring
- Bug fix
- Build scripts updated
libpgfe v0.4.0
Change log
- Changed project structure (flat -> hierarchy)
- Upgraded HMAC implementation and interfaces
- Upgraded algorithm selection C++ interfaces (Introduced
_algstr()
for converting strings to algorithm choices) - CMake configuration optimization
- Testing code optimization
- Significant refactoring
- Tons of bug fixed
libpgfe v0.3.2
Change log
- Bug fixes