2020-10-04 03:37:08 +02:00
|
|
|
wisp_prefix (Prefix for encrypted messages) string &**&
|
|
|
|
wisp_curve (Curve for ECDH) string prime256v1
|
|
|
|
wisp_cipher (Cipher for messages) string aes256
|
|
|
|
wisp_digest (Digest for shared secrets) string sha256
|
2020-10-04 04:32:19 +02:00
|
|
|
wisp_iv_size (Size in bytes for initialization vector nonce) int 8
|
2020-10-04 03:37:08 +02:00
|
|
|
wisp_whisper (Whisper command) string msg
|
2020-10-04 04:32:19 +02:00
|
|
|
wisp_hide_sent (Hide "Message sent." server messages) bool true
|