Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chatmail/core
/ securejoin.rs
File
securejoin.rs
src/securejoin.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
//! Implementation of [SecureJoin protocols](https://securejoin.delta.chat/).
2
3
use anyhow::{Context as _, Error, Result, bail, ensure};
4
use deltachat_contact_tools::ContactAddress;
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected