- Decrease meta version.
- Improve code quality.
- Use batching for longer processes.
- Fix pin verification issue.
- Fix response parsing bug.
- Specify response type.
- Separate response parsing from sending.
- Separate command creation from sending.
- Added deciphering.
- Missing tag in RSA signing digest info.
- Convert key data to JWK.
- Export key data class.
- Implement RSA support.
- Fix an issue with TLV parsing.
- Implement output escaping for gpg-connect-agent.
- Use Uint8List as a return type.
- Use List for better compatibility with crypto libraries.
- Better error handling.
- Created pin provider for easier pin management.
- Verify pin automatically.
- Stricter analysis options.
- Export API through the main file.
- make more classes const.
- Make all classes const.
- Initial version.