UNPKG

@reclaimprotocol/tls

Version:

WebCrypto Based Cross Platform TLS

4 lines (3 loc) 171 B
import type { webcrypto as WebCrypto } from 'crypto'; import type { Crypto } from '../types/crypto.ts'; export declare const webcryptoCrypto: Crypto<WebCrypto.CryptoKey>;