No description
Find a file
dependabot[bot] 449ccd2e0a
Bump minimatch from 3.0.4 to 3.1.2
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-28 12:55:13 +00:00
.github chore: CI: update base node version 2023-10-28 18:11:47 +05:30
src chore: update deps 2023-10-28 18:02:11 +05:30
static/third-party feat: add NLnet funding details 2023-03-08 17:26:23 +05:30
.eslintrc.js setup tests and linting 2021-12-07 19:01:36 +05:30
.gitignore polyfill implementation 2021-12-07 15:35:10 +05:30
jest.config.ts pow_sha256 serializes the phrase on which the proof is to be computed 2021-12-08 13:43:24 +05:30
LICENSE_APACHE added licenses 2021-06-27 21:31:59 +05:30
LICENSE_MIT added licenses 2021-06-27 21:31:59 +05:30
package.json chore: update deps 2023-10-28 18:02:11 +05:30
README.md feat: add NLnet funding details 2023-03-08 17:26:23 +05:30
tsconfig.json prep for release 2021-12-08 14:32:27 +05:30
webpack.config.js prep for release 2021-12-08 14:32:27 +05:30
yarn.lock Bump minimatch from 3.0.4 to 3.1.2 2023-10-28 12:55:13 +00:00

PoW JavaScript library

JavaScript library to generate PoW for mCaptcha

0.1.0 Build) codecov

Usage

To generate proof-of-work, per mCaptcha specification:

import {generate_proof} from "@mcaptcha/pow_sha256-polyfill";

let salt = "randomsaltvalueprovidedbymcaptcha";
let phrase = "randomphrasevalueprovidedbymcaptcha";
let difficulty = 50_000;

let work = await generate_proof(salt, phrase, difficulty);

Funding

NLnet

NLnet NGIZero logo

2023 development is funded through the NGI0 Entrust Fund, via NLnet. Please see here for more details.