UNPKG
@iden3/js-jwz
Version:
latest (1.13.1)
1.13.1
1.13.0
1.12.2
1.12.1
1.12.0
1.11.0
1.10.0
1.9.0
1.8.0
1.7.1
1.7.0
1.6.0
1.5.1
1.5.0
1.4.0
1.3.0
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
JS implementation of JWZ
github.com/iden3/js-jwz
iden3/js-jwz
@iden3/js-jwz
/
dist
/
types
/
hash.d.ts
4 lines
(3 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
export
declare
const
qString =
"21888242871839275222246405745257275088548364400416034343698204186575808495617"
;
export
declare
function
hash
(
message
:
Uint8Array
):
bigint
;
export
declare
function
checkBigIntInField
(
a
:
bigint
):
boolean
;