Skip to content
#

trust

Here are 133 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
leogr
leogr commented Sep 11, 2019

vcn n git://... is actually notarizing just the commit which HEAD is pointing to.

If there're untracked files or changes not staged, then both notarization and authentication will ignore them.

A simple solution would be to show a warning message when the working tree is not clean, so the user will be aware that pending modifications are not part of the notarization/authentication process.

svdo
svdo commented Feb 26, 2019

Steps to reproduce:

  1. Open demo app
  2. Scan QR code to identify yourself
  3. Switch demo to "simple encryption"
  4. Encrypt something
  5. Decrypt it

The Cogito mobile app now shows a Touch ID / Face ID message because the private key is needed. There is no explanation provided as to why, however: the Touch ID / Face ID dialog should have explanatory text.

While looking at this, it is prob

Improve this page

Add a description, image, and links to the trust 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 trust topic, visit your repo's landing page and select "manage topics."

Learn more