post_quantum 1.0.0-prerelease.8
post_quantum: ^1.0.0-prerelease.8 copied to clipboard
Dart implementation of NIST's post-quantum algorithm candidates, Kyber and Dilithium.
We analyzed this package 16 hours ago, and awarded it 80 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
30 out of 197 API elements (15.2 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: post_quantum, post_quantum.Dilithium, post_quantum.Dilithium.Dilithium.level2, post_quantum.Dilithium.Dilithium.level3, post_quantum.Dilithium.Dilithium.level5.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 18 issues. Showing the first 2:
ERROR: The method 'randomBytes' isn't defined for the type 'Dilithium'.
lib/src/algorithms/dilithium/dilithium.dart:327:18
╷
327 │ rhoPrime = randomBytes(64);
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/algorithms/dilithium/dilithium.dart
INFO: Missing a corresponding override of 'hashCode'.
lib/src/algorithms/dilithium/abstractions/dilithium_private_key.dart:143:17
╷
143 │ bool operator ==(covariant DilithiumPrivateKey other) {
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/algorithms/dilithium/abstractions/dilithium_private_key.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
hashlib |
^1.16.0 |
1.24.0 | 2.3.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
hashlib_codecs |
- | 2.6.0 | 3.0.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^1.16.0` on hashlib does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions hashlib to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.8, Dart 3.10.8.
Check the analysis log for details.