Marmot-TS
    Preparing search index...

    Type Alias CompleteKeyPackage

    A complete key package containing both public and private components.

    The public package can be shared with others to add this participant to groups, while the private package must be kept secret and is used for decryption and signing.

    type CompleteKeyPackage = {
        privatePackage: PrivateKeyPackage;
        publicPackage: KeyPackage;
    }
    Index

    Core - Key Package

    Core - Key Package

    privatePackage: PrivateKeyPackage

    The private key package that must be kept secret

    publicPackage: KeyPackage

    The public key package that can be shared with others