UNPKG

@wildboar/pkcs

Version:
15 lines 405 B
import { AlgorithmIdentifier } from "@wildboar/x500/AuthenticationFramework"; /** * @summary alg_id_sha1 * @description * * ### ASN.1 Definition: * * ```asn1 * alg-id-sha1 AlgorithmIdentifier {{DigestAlgorithms}} ::= { algorithm sha-1, parameters SHA1Parameters : NULL} * ``` * * @constant */ export declare const alg_id_sha1: AlgorithmIdentifier; //# sourceMappingURL=alg-id-sha1.va.d.mts.map