UNPKG

@authduo/authduo

Version:

Free User-sovereign Authentication for the World

20 lines (19 loc) 394 B
export declare 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"; }; }