UNPKG
@yoursunny/webcrypto-ed25519
Version:
latest (0.0.20250208)
0.0.20250208
0.0.20230624
0.0.20221020
0.0.20220904
0.0.20220623
0.0.20220530
Ed25519 Ponyfill & Polyfill for WebCrypto
@yoursunny/webcrypto-ed25519
/
index.ts
12 lines
(8 loc)
•
214 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
{
Ed25519Algorithm
}
from
"./common.js"
;
export
const
hasNativeSupport =
true
;
export
function
ponyfillEd25519
(
):
SubtleCrypto
{
return
crypto.
subtle
; }
export
function
polyfillEd25519
(
):
void
{
//
}