UNPKG

@yoursunny/webcrypto-ed25519

Version:

Ed25519 Ponyfill & Polyfill for WebCrypto

9 lines 228 B
export { Ed25519Algorithm } from "./common.js"; export const hasNativeSupport = true; export function ponyfillEd25519() { return crypto.subtle; } export function polyfillEd25519() { // } //# sourceMappingURL=index.js.map