Skip to main content

Function: encryptIdentity()

encryptIdentity(signer, keys): Promise<{ ciphertext: string; nonce: string; }>

Defined in: packages/hypergraph/src/connect/identity-encryption.ts:73

Parameters

signer

Signer

keys

IdentityKeys

Returns

Promise<{ ciphertext: string; nonce: string; }>