mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-08-03 06:59:53 +00:00
refactor types (#1551)
This commit is contained in:
@@ -168,8 +168,8 @@ data RCCtrlPairing = RCCtrlPairing
|
||||
}
|
||||
|
||||
data RCHostKeys = RCHostKeys
|
||||
{ sessKeys :: C.KeyPair 'C.Ed25519,
|
||||
dhKeys :: C.KeyPair 'C.X25519
|
||||
{ sessKeys :: C.KeyPairEd25519,
|
||||
dhKeys :: C.KeyPairX25519
|
||||
}
|
||||
|
||||
-- Connected session with Host
|
||||
|
||||
Reference in New Issue
Block a user