ruwuma/ruma-federation-api/src/discovery/get_remote_server_keys_batch.rs
2020-08-14 11:56:33 +02:00

5 lines
159 B
Rust

//! Query for keys from multiple servers in a batch format. The receiving (notary) server must sign
//! the keys returned by the queried servers.
pub mod v2;