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.js
9 lines
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
{
Ed25519Algorithm
}
from
"./common.js"
;
export
const
hasNativeSupport =
true
;
export
function
ponyfillEd25519
(
) {
return
crypto.
subtle
; }
export
function
polyfillEd25519
(
) {
//
}
//# sourceMappingURL=index.js.map