0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-05 10:08:36 +02:00
construct/modules/key/README.md
2018-08-17 12:51:49 -07:00

10 lines
383 B
Markdown

# Matrix Keys API
The modules in this directory implement endpoints for the matrix federation
public key infrastructure as specified [here](https://matrix.org/docs/spec/server_server/unstable.html#retrieving-server-keys).
Note that there is an additional `s_keys` modules not contained in this
directory which provides additional key utilities, generation,
administration, etc...