|
|
|
| Description |
| A data structure supporting the delaying of actions until the public key of some
user could be retrieved over the network.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| data PendingKey |
|
|
| type PendingKeyMessage = Either (UserID, PrivateKey, TargetContent) (UserID, TargetContent, UTCTime, Bool) |
| A message waiting for a shared key of a private channel.
Can be either a local message waiting to be encrypted and sent over the network
or a foreign message waiting to be decrypted and sent to local users.
|
|
| empty :: PendingKey |
| Builds an empty PendingKey structure.
|
|
| insert |
|
|
| purge |
|
|
| Produced by Haddock version 0.8 |