UNPKG
@iden3/js-jwz
Version:
latest (1.9.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
/
authGroth16.d.ts
3 lines
(2 loc)
•
113 B
TypeScript
View Raw
1
2
3
import
{
ProvingMethod
}
from
'./proving'
;
export
declare
const
provingMethodGroth16AuthInstance
:
ProvingMethod
;