@gibme/dns
    Preparing search index...

    Type Alias Record

    type Record = {
        algorithm: number;
        fingerprint: Buffer;
        hash: number;
    }
    Index

    Properties

    algorithm: number

    SSH key algorithm (1=RSA, 2=DSA, 3=ECDSA, 4=Ed25519)

    fingerprint: Buffer

    The key fingerprint data

    hash: number

    Fingerprint hash type (1=SHA-1, 2=SHA-256)