UNPKG
@seda-protocol/secp256k1-vrf
Version:
latest (0.1.0)
0.1.0
A TypeScript implementation of Verifiable Random Functions (VRF) for secp256k1
@seda-protocol/secp256k1-vrf
/
dist
/
index.d.ts
3 lines
•
147 B
TypeScript
View Raw
1
2
3
export
{
Secp256
k1Vrf }
from
"./secp256k1-vrf.js"
;
export
type
{
Bytes
,
Hex
,
PrivKey
}
from
"@noble/secp256k1"
;
//# sourceMappingURL=index.d.ts.map