ecdsa 0.0.3 copy "ecdsa: ^0.0.3" to clipboard
ecdsa: ^0.0.3 copied to clipboard

outdated

Package ecdsa implements the Elliptic Curve Digital Signature Algorithm, as defined in FIPS 186-3.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ecdsa

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

dependencies:
  ecdsa: ^0.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:ecdsa/ecdsa.dart';
12
likes
0
pub points
87%
popularity

Publisher

verified publisherc0mm4nd.com

Package ecdsa implements the Elliptic Curve Digital Signature Algorithm, as defined in FIPS 186-3.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, elliptic, ninja_asn1

More

Packages that depend on ecdsa