@substrate-system/keys
    Preparing search index...

    Type Alias WrappedKey

    Result of wrapping a content key for a new device. Used for "add device" functionality with ECC keys.

    type WrappedKey = {
        enc: string;
        wrappedKey: string;
    }
    Index

    Properties

    Properties

    enc: string

    Ephemeral public key (base64) used for HPKE encapsulation

    wrappedKey: string

    Wrapped content key (base64): salt + iv + ciphertext