flutter_ed448 0.2.1
flutter_ed448: ^0.2.1 copied to clipboard
Flutter-compatible Dart implementations of SHA-3, BLAKE3, EdDSA/Ed448, and Ed448 JWT helpers.
0.2.1 #
- Add API documentation across the public cryptographic interfaces.
- Resolve strict pub.flutter-io.cn static-analysis findings.
0.2.0 #
- Prepare the package for release as
flutter_ed448 - Align repository metadata, installation instructions, and package examples
- Add GitHub Actions workflows for CI validation and tagged releases
- Fix Dart 3 compatibility issues in the hashing and Ed448 implementations
- Add a package barrel export and executable alias for
flutter_ed448 - Update
pointycastleto the latest 4.x release
0.2.0-alpha #
- Add JS bindings for EdDSA/Ed448 JWT encoding and decoding
- Add CLI tool for generating key pairs and creating JWTs
- Etc
0.1.0-alpha.4 #
- Minor LICENSE copy change
0.1.0-alpha.3 #
- Minor README change in published version
0.1.0-alpha.2 #
- Fixes license
0.1.0-alpha #
- Initial release