0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-08 09:45:41 +02:00
construct/modules/key
2019-07-30 16:02:49 -07:00
..
query.cc modules/key/query: Minor cleanup. 2019-07-30 16:02:49 -07:00
README.md
server.cc modules/key/server: Move static ed25519 test to s_keys from here. 2019-05-01 13:12:27 -07:00

Matrix Keys API

The modules in this directory implement endpoints for the matrix federation public key infrastructure as specified here.

Note that there is an additional s_keys modules not contained in this directory which provides additional key utilities, generation, administration, etc...