mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-08 17:03:09 +00:00
fix(noise): T_ss is ss not se (#1432)
This commit is contained in:
parent
08cbe5216a
commit
bcab36902d
@ -96,7 +96,7 @@ type
|
||||
T_es = "es"
|
||||
T_ee = "ee"
|
||||
T_se = "se"
|
||||
T_ss = "se"
|
||||
T_ss = "ss"
|
||||
T_psk = "psk"
|
||||
|
||||
# The direction of a (pre)message pattern in canonical form (i.e. Alice-initiated form)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user