Some types used for encryption related tasks need to be used across more internal crates than expected, so a few have been moved and renamed for clarity. * Rename the key_algorithms module in ruma-identifiers-validation to crypto_algorithms * Move ruma_events::Algorithm to ruma-identifiers-validation and rename it EventEncryptionAlgorithm * Move DeviceKeys from ruma-client-api to ruma-common
ruma-common
Common types for other ruma crates.
This crate is meant to be a dependency for other ruma crates only, consumers of those crates should never have to use this directly (its types will be re-exported from the other crates).