docs: update references to SecureJoin protocols

This commit is contained in:
link2xt
2024-04-20 13:22:31 +00:00
committed by holger krekel
parent 242547f1e9
commit 406031773b
6 changed files with 8 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
//!
//! Functions to read/write token from/to the database. A token is any string associated with a key.
//!
//! Tokens are used in countermitm verification protocols.
//! Tokens are used in SecureJoin verification protocols.
use anyhow::Result;
use deltachat_derive::{FromSql, ToSql};