0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-28 23:08:20 +02:00
construct/modules/key
2018-12-06 16:41:47 -08:00
..
query.cc modules: Fix various mapi header names. 2018-03-16 23:48:05 -07:00
README.md modules/key: Add directory README. 2018-08-17 12:51:49 -07:00
server.cc ircd: Reverse arguments for url::encode()/decode(); minor reorg. 2018-12-06 16:41:47 -08: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...