slip_0010_ed25519 3.2.0 copy "slip_0010_ed25519: ^3.2.0" to clipboard
slip_0010_ed25519: ^3.2.0 copied to clipboard

BIP-0032 like derivation for ed25519 curve following SLIP-0010

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add slip_0010_ed25519

With Flutter:

 $ flutter pub add slip_0010_ed25519

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

dependencies:
  slip_0010_ed25519: ^3.2.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:slip_0010_ed25519/slip_0010_ed25519.dart';
0
likes
140
pub points
35%
popularity

Publisher

verified publishereucalyptuslabs.com

BIP-0032 like derivation for ed25519 curve following SLIP-0010

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

crypto, pinenacl

More

Packages that depend on slip_0010_ed25519