altcha_lib 0.3.0
altcha_lib: ^0.3.0 copied to clipboard
Server-side Dart library for the ALTCHA Proof-of-Work v2 challenge system. Create, solve, and verify challenges using PBKDF2, SHA, Scrypt, or Argon2id.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add altcha_libWith Flutter:
$ flutter pub add altcha_libThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
altcha_lib: ^0.3.0Alternatively, 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:altcha_lib/altcha_lib.dart';