You've already forked authentication-service
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user