libdnf
    Preparing search index...

    Interface Checksum

    interface Checksum {
        type:
            | "unknown"
            | "md5"
            | "sha1"
            | "sha224"
            | "sha256"
            | "sha384"
            | "sha512";
        value: string;
    }
    Index

    Properties

    Properties

    type: "unknown" | "md5" | "sha1" | "sha224" | "sha256" | "sha384" | "sha512"
    value: string