ruma_federation_api/
keys.rs

1//! Endpoints for handling keys for end-to-end encryption
2
3pub mod claim_keys;
4pub mod get_keys;