secp256k1_ecdsa 0.6.1 copy "secp256k1_ecdsa: ^0.6.1" to clipboard
secp256k1_ecdsa: ^0.6.1 copied to clipboard

secp256k1_ecdsa helps to generate secp256k1 key pairs, sign/verify messages, compress/expand keys and recover public keys.

1
likes
130/ 160
pub points
1.8k
downloads

We analyzed this package 6 days ago, and awarded it 130 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

56 out of 122 API elements (45.9 %) have documentation comments.

Some symbols that are missing documentation: secp256k1, secp256k1.AffinePoint.AffinePoint.new, secp256k1.AffinePoint.x, secp256k1.AffinePoint.y, secp256k1.B256.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Passed check 0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 47 issues. Showing the first 2:

INFO: The part-of directive uses a library name.

lib/src/affine_point.dart:1:1

1part of secp256k1;
  │ ^^^^^^^^^^^^^^^^^^
  ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run dart analyze lib/src/affine_point.dart

INFO: The part-of directive uses a library name.

lib/src/curve.dart:1:1

1part of secp256k1;
  │ ^^^^^^^^^^^^^^^^^^
  ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run dart analyze lib/src/curve.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
pointycastle ^3.7.4 3.9.1 4.0.0
Transitive dependencies
Package Constraint Compatible Latest Notes
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
js - 0.7.2 0.7.2 Discontinued
typed_data - 1.4.0 1.4.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^3.7.4` on pointycastle does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions pointycastle to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jul 8Aug 5Sep 2Sep 30Oct 28Nov 25Dec 23Jan 20Feb 17Mar 170100200300400500600700800900>=0.0.0-0 <1.0.0
1
likes
130
points
1.8k
downloads

Publisher

verified publisherpolkadart.dev

Weekly Downloads

2024.09.23 - 2025.04.07

secp256k1_ecdsa helps to generate secp256k1 key pairs, sign/verify messages, compress/expand keys and recover public keys.

Homepage
Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

pointycastle

More

Packages that depend on secp256k1_ecdsa