mirror of
https://github.com/matrix-construct/construct
synced 2024-11-01 03:18:54 +01:00
9 lines
383 B
Markdown
9 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...
|
|
|