UNPKG
@zkpersona/noir-hmac
Version:
latest (0.1.0)
0.1.0
0.0.0
Hash-based Message Authentication Code (HMAC) implementation in Noir
@zkpersona/noir-hmac
/
dist
/
index.d.mts
4 lines
(2 loc)
•
66 B
text/typescript
View Raw
1
2
3
4
declare
const
hello
:
(
name
:
string
) =>
string
;
export
{ hello };