r_crypto 0.3.0 r_crypto: ^0.3.0 copied to clipboard
Rust backend support crypto flutter library, much faster than Dart-implementation library, light-weight library. Some crypto support hardware accelerate.
0.2.1 #
- Update document
0.2.0 #
- Support File input.
- Refactor Rust FFI, support error code return.
- Unify the hash interface.
- Fix issue.
0.1.2 #
- Support MacOS plugin
0.1.1 #
- bug fix
0.1.0 #
- Support Groestl, Ripemd160, Shabal.
- Add documentation to public api.
0.0.3 #
- Refactor new native library.
- Add support Blake2, Blake3, Whirlpool.
- Support non-fixed output.
- Fully test coverage in both Rust and Dart side.
- Benchmark in every digest.
0.0.2 #
- Support Android x86_64 abi.
0.0.1 #
- First release.