@gibme/crypto
    Preparing search index...

    Type Alias crypto_entropy_t

    Represents cryptographic entropy

    type crypto_entropy_t = {
        entropy: string;
        mnemonic_phrase: string;
        timestamp: number;
    }
    Index

    Properties

    entropy: string

    The raw entropy encoded as a hexadecimal string

    mnemonic_phrase: string

    The mnemonic phrase that represents the entropy

    timestamp: number

    The UNIX timestamp that the entropy was created (if properly stored within the entropy)