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

Make the JWK generic over the parameters

This commit is contained in:
Quentin Gliech
2022-08-29 09:51:32 +02:00
parent 6636cdcf49
commit 29f1b134ae
14 changed files with 113 additions and 65 deletions

View File

@@ -20,7 +20,7 @@
pub mod claims;
pub mod constraints;
pub mod hmac;
pub(crate) mod jwk;
pub mod jwk;
pub(crate) mod jwt;
mod keystore;
pub(crate) mod rsa;