1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

Sign all the things

This commit is contained in:
Quentin Gliech
2022-08-26 14:00:33 +02:00
parent ca125a14c5
commit 956556b0ff
44 changed files with 1479 additions and 48 deletions

View File

@@ -18,9 +18,13 @@
#![allow(clippy::missing_errors_doc, clippy::module_name_repetitions)]
pub mod claims;
pub mod constraints;
pub mod hmac;
pub(crate) mod jwk;
pub(crate) mod jwt;
mod keystore;
pub(crate) mod rsa;
pub mod verifier;
pub use futures_util::future::Either;