Function: encryptAppIdentity()
encryptAppIdentity(appIdentity, keys): Promise<{ ciphertext: string; }>
Defined in: packages/hypergraph/src/connect/identity-encryption.ts:141
Parameters
appIdentity
AppIdentityForEncryption
keys
IdentityKeys
Returns
Promise<{ ciphertext: string; }>