ed25519spacemesh 0.0.4 copy "ed25519spacemesh: ^0.0.4" to clipboard
ed25519spacemesh: ^0.0.4 copied to clipboard

Native ed25519 implementation for Spacemesh.io

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ed25519spacemesh

With Flutter:

 $ flutter pub add ed25519spacemesh

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

dependencies:
  ed25519spacemesh: ^0.0.4

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:ed25519spacemesh/const.dart';
import 'package:ed25519spacemesh/edwards25519.dart';
import 'package:ed25519spacemesh/spacemesh_ed25519.dart';
import 'package:ed25519spacemesh/util.dart';
0
likes
115
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

Native ed25519 implementation for Spacemesh.io

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

bip32, bip39, collection, convert, cryptography

More

Packages that depend on ed25519spacemesh