ruwuma/crates/ruma-signatures
Kévin Commaille ae3897cad8 identifiers: Allow to validate KeyId with any key name type
Use new trait bounds for KeyId to only allow specific types.
Change the KeyId validation to be generic over the key name type.
Remove the KeyName type and replace it with the more specific
ServerSigningKeyVersion.
2024-11-08 12:49:53 -05:00
..
src identifiers: Allow to validate KeyId with any key name type 2024-11-08 12:49:53 -05:00
tests identifiers: Allow to validate KeyId with any key name type 2024-11-08 12:49:53 -05:00
Cargo.toml Use workspace lint configuration instead of rustflags hack 2024-09-11 07:13:32 +00:00
CHANGELOG.md Release ruma-signatures 0.15.0 2024-05-09 13:01:32 +02:00
README.md Move all crates into a new crates directory 2021-05-03 15:50:27 +02:00

ruma-signatures

crates.io page docs.rs page license: MIT

ruma-signatures provides functionality for creating digital signatures according to the Matrix specification.