Go to file
2023-10-29 03:12:14 +05:30
.github chore: CI: update base node version 2023-10-28 18:11:47 +05:30
src feat: incremental proof of work computing fn 2023-10-29 02:20:15 +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 feat: prep 0.1.0-rc1 2023-10-29 03:12:14 +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 semver from 6.3.0 to 6.3.1 2023-10-28 13:22:02 +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.