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

10 lines
383 B
Markdown
Raw Normal View History

2018-08-17 18:42:08 +02:00
# 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...