nostr-double-ratchet
    Preparing search index...

    Type Alias IdentityKey

    IdentityKey: Uint8Array | { decrypt: DecryptFunction; encrypt: EncryptFunction }

    Identity key for cryptographic operations. Either a raw private key (Uint8Array) or encrypt/decrypt functions for extension login (NIP-07).