2021-05-03 15:50:27 +02:00

5 lines
97 B
Rust

//! Endpoints for handling keys for end-to-end encryption
pub mod claim_keys;
pub mod get_keys;