UNPKG

@yoursunny/webcrypto-ed25519

Version:

Ed25519 Ponyfill & Polyfill for WebCrypto

12 lines (8 loc) 214 B
export { Ed25519Algorithm } from "./common.js"; export const hasNativeSupport = true; export function ponyfillEd25519(): SubtleCrypto { return crypto.subtle; } export function polyfillEd25519(): void { // }