UNPKG

@authduo/authduo

Version:

Free User-sovereign Authentication for the World

9 lines 316 B
export class CryptoConstants { static formats = { public: "spki", private: "pkcs8" }; static algos = { generate: { name: "ECDSA", namedCurve: "P-256" }, signing: { name: "ECDSA", hash: { name: "SHA-256" } }, thumbprint: "SHA-256", }; } //# sourceMappingURL=crypto-constants.js.map