Skip to content

A Flutter and Dart library for generating secure hash values using a native C implementation. This package ensures high-performance hashing for sensitive data, combining the flexibility of Dart with the speed of C. Perfect for cryptographic, data integrity, and authentication use cases.

License

Notifications You must be signed in to change notification settings

xaldarof/native-hash

Repository files navigation

  final md2 = NativeHashCore.md2(bytes);
  final rot13 = NativeHashCore.rot13("Hello");
  final sha256 = NativeHashCore.sha256(bytes);
  final sha1 = NativeHashCore.sha1(bytes);
  final md5 = NativeHashCore.md5(bytes);

About

A Flutter and Dart library for generating secure hash values using a native C implementation. This package ensures high-performance hashing for sensitive data, combining the flexibility of Dart with the speed of C. Perfect for cryptographic, data integrity, and authentication use cases.

Topics

Resources

License

Stars

Watchers

Forks