mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-27 17:58:47 +00:00
28 lines
415 B
Markdown
28 lines
415 B
Markdown
[**simplex-chat**](README.md)
|
|
|
|
***
|
|
|
|
[simplex-chat](README.md) / [core](Namespace.core.md) / CryptoArgs
|
|
|
|
# Interface: CryptoArgs
|
|
|
|
Defined in: [src/core.ts:135](../src/core.ts#L135)
|
|
|
|
File encryption key and nonce
|
|
|
|
## Properties
|
|
|
|
### fileKey
|
|
|
|
> **fileKey**: `string`
|
|
|
|
Defined in: [src/core.ts:136](../src/core.ts#L136)
|
|
|
|
***
|
|
|
|
### fileNonce
|
|
|
|
> **fileNonce**: `string`
|
|
|
|
Defined in: [src/core.ts:137](../src/core.ts#L137)
|