Skip to content
#

encrypted-messages

Here are 30 public repositories matching this topic...

ockam
antoinevg
antoinevg commented Aug 26, 2021

Currently we use the word "Option" which is inconsistent and may cause confusion.

Example:

# Option: "alloc" enables support for heap allocation on "no_std"
# platforms, requires nightly.
alloc = ["ockam_core/alloc", ...

Should rather be:

# Feature: "alloc" enables support for heap allocation on "no_std"
# platforms, requires nightly.
alloc = ["ockam_core/all
GallagherCommaJack
GallagherCommaJack commented Sep 9, 2019

for example:

  • limit number of kdf iterations for out of order message delivery
  • limit max message size
  • patch serde_cbor to limit maximum memory allocation

I'm not sure how best to pick these limits, so for now I'm going to leave TODO's in the code that reference this issue.

(probably partial) list of places in the code where this needs to be fixed:

  • read_cbor
  • `send_
mailchain-web

Improve this page

Add a description, image, and links to the encrypted-messages topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the encrypted-messages topic, visit your repo's landing page and select "manage topics."

Learn more