Chance 04e1419674 0.0.2
2022-11-10 10:26:23 -06:00
2022-11-10 10:05:23 -06:00
2022-11-10 10:00:00 -06:00
2022-11-10 09:33:39 -06:00
2022-11-08 23:03:13 -06:00
2022-11-08 23:03:13 -06:00
2022-11-10 09:33:39 -06:00
2022-11-10 10:15:08 -06:00
2022-11-10 10:26:23 -06:00
2022-11-10 10:26:23 -06:00
2022-11-10 09:51:05 -06:00

poseidon-lite CircleCI

A stripped down poseidon implementation pulled from circomlibjs 0.0.8.

Use

import poseidon from 'poseidon-lite'
// pass an array to the function
// array length must be >= 1, and <= 16
// returns a BigInt
const hash = poseidon(['0x01', '0x02'])

Build

npm i
npm run build
npm test
Description
No description provided
Readme 3.1 MiB
Languages
JavaScript 100%