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

Reorganise algorithms under the jwa module

This commit is contained in:
Quentin Gliech
2022-08-29 16:41:57 +02:00
parent 945719a5a1
commit 84c793dae0
10 changed files with 309 additions and 294 deletions

View File

@@ -19,11 +19,10 @@
pub mod claims;
pub mod constraints;
pub mod hmac;
pub(crate) mod jwa;
pub mod jwk;
pub(crate) mod jwt;
mod keystore;
pub(crate) mod rsa;
pub mod signer;
pub mod verifier;