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

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

With Flutter:

 $ flutter 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.1.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:ecdsa/ecdsa.dart';
11
likes
125
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

crypto, elliptic, ninja_asn1

More

Packages that depend on ecdsa