custom_post_quantum 1.0.2-prerelease.8 copy "custom_post_quantum: ^1.0.2-prerelease.8" to clipboard
custom_post_quantum: ^1.0.2-prerelease.8 copied to clipboard

Dart implementation of NIST's post-quantum algorithm candidates, Kyber and Dilithium. which allows you to create Kyber with custom K

80/ 160
pub points
34
downloads

We analyzed this package 5 hours ago, and awarded it 80 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: MIT.

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

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

30 out of 200 API elements (15.0 %) 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: custom_post_quantum, custom_post_quantum.Dilithium, custom_post_quantum.Dilithium.Dilithium.level2, custom_post_quantum.Dilithium.Dilithium.level3, custom_post_quantum.Dilithium.Dilithium.level5.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed 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

Failed check 0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

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

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 13 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

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
hashlib ^1.16.0 1.23.0 2.2.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.

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.22, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
80
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

Dart implementation of NIST's post-quantum algorithm candidates, Kyber and Dilithium. which allows you to create Kyber with custom K

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

hashlib

More

Packages that depend on custom_post_quantum