snaxdart_ecc 1.0.0 copy "snaxdart_ecc: ^1.0.0" to clipboard
snaxdart_ecc: ^1.0.0 copied to clipboard

Elliptic curve cryptography functions in Dart. Private Key, Public Key, Signature, AES, Encryption, Decryption

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add snaxdart_ecc

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

dependencies:
  snaxdart_ecc: ^1.0.0

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:snaxdart_ecc/snaxdart_ecc.dart';
0
likes
30
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

Elliptic curve cryptography functions in Dart. Private Key, Public Key, Signature, AES, Encryption, Decryption

Homepage

License

MIT (license)

Dependencies

bs58check, pointycastle

More

Packages that depend on snaxdart_ecc