merlin 1.0.3 copy "merlin: ^1.0.3" to clipboard
merlin: ^1.0.3 copied to clipboard

Merlin is a STROBE-based transcript construction for zero-knowledge proofs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add merlin

With Flutter:

 $ flutter pub add merlin

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

dependencies:
  merlin: ^1.0.3

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:merlin/merlin.dart';
1
likes
140
pub points
25%
popularity

Publisher

verified publisherjustkawal.dev

Merlin is a STROBE-based transcript construction for zero-knowledge proofs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

strobe

More

Packages that depend on merlin