bls_dart 0.1.2 copy "bls_dart: ^0.1.2" to clipboard
bls_dart: ^0.1.2 copied to clipboard

BLS12-381 min_pk signature operations for Dart & Flutter. Verify, aggregate, and batch-verify signatures using the blst library via flutter_rust_bridge. Matches the Sui Move bls12381_min_pk_verify DST.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bls_dart

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

dependencies:
  bls_dart: ^0.1.2

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

Import it

Now in your Dart code, you can use:

import 'package:bls_dart/bls_dart.dart';
0
likes
130
points
47
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

BLS12-381 min_pk signature operations for Dart & Flutter. Verify, aggregate, and batch-verify signatures using the blst library via flutter_rust_bridge. Matches the Sui Move bls12381_min_pk_verify DST.

Homepage
Repository (GitHub)
View/report issues

Topics

#cryptography #bls #walrus #sui

License

MIT (license)

Dependencies

flutter, flutter_rust_bridge, rust_lib_bls_dart

More

Packages that depend on bls_dart