JavaScript HSM API Dinamo
    theme_preparing_search_index

    kind_type_alias MofNSplit

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

    type MofNSplit = {
        secret: Buffer;
        entropy: Buffer;
        parts: Buffer[];
    }
    theme_index

    kind_plural_property

    kind_plural_property

    secret: Buffer

    A secret divided into n parts.

    entropy: Buffer

    Random bytes generated by the HSM and included in the sharing scheme.

    parts: Buffer[]

    Parts generated in the M of N.