blake3_dart 1.0.0 copy "blake3_dart: ^1.0.0" to clipboard
blake3_dart: ^1.0.0 copied to clipboard

A pure Dart implementation of the BLAKE3 cryptographic hash function.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add blake3_dart

With Flutter:

 $ flutter pub add blake3_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  blake3_dart: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:blake3_dart/blake3_dart.dart';
0
likes
140
points
63
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A pure Dart implementation of the BLAKE3 cryptographic hash function.

Repository (GitHub)
View/report issues

Topics

#cryptography #hash #blake3 #security #kdf

License

MIT (license)

More

Packages that depend on blake3_dart