bip340 0.3.0 copy "bip340: ^0.3.0" to clipboard
bip340: ^0.3.0 copied to clipboard

BIP340 (Schnorr) signature and verification.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bip340

With Flutter:

 $ flutter pub add bip340

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

dependencies:
  bip340: ^0.3.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:bip340/bip340.dart';
5
likes
105
pub points
79%
popularity

Publisher

unverified uploader

BIP340 (Schnorr) signature and verification.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

crypto, pointycastle

More

Packages that depend on bip340