Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlepisto committed Nov 15, 2024
1 parent 34dd4f7 commit 4705320
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,19 @@ Caltter is verified by:
* [Fuzzing](fuzz/)
* [Cacophony](https://github.com/haskell-cryptography/cacophony) and [Snow](https://github.com/mcginty/snow) test vectors
* Supported pre-made handshake patterns verified
* Test harness in [vectors/](vectors/)
* Test harness in [vectors/](vectors/)

## Roadmap

Planned features:

* Dedicated `TransportState` variant for unreliable transport protocols (UDP)
* Some form of encryption nonce `n` would be delivered along the transport message
* Receiving party would validate the nonce and use it to decrypt the message
* This would provide (more) robust transport in case of dropped or out-of-order messages
* Built-in support for more KEM variants
* Benchmarking and optimization

## Changelog

Please see the [releases](https://github.com/jmlepisto/clatter/releases) page

0 comments on commit 4705320

Please sign in to comment.