JavaScript HSM API Dinamo

    Information structure of the division of a secret M from N.

    interface MofNSplit {
        secret: Buffer;
        entropy: Buffer;
        parts: Buffer<ArrayBufferLike>[];
    }
    theme_index

    kind_plural_property

    kind_plural_property

    secret: Buffer

    A secret that has been divided into several parts.

    entropy: Buffer

    Entropy data returned by the HSM. It is not necessary for the M of N operation. It can be used, for example, as a seed in KDF operations.

    parts: Buffer<ArrayBufferLike>[]

    Parts generated in the M of N.

    MMNEPVFCICPMFPCPTTAAATR