r_crypto 0.1.0
r_crypto: ^0.1.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.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.