Add function to sign event

Add signing server to perform signing
Add enacl library to perform ed25519 crypto
This commit is contained in:
Pim Kunis 2021-08-05 13:19:38 +02:00
parent 0c40c26bca
commit 38af22fea6
11 changed files with 124 additions and 19 deletions

View file

@ -56,4 +56,5 @@ config :phoenix, :stacktrace_depth, 20
# Initialize plugs at runtime for faster development compilation
config :phoenix, :plug_init_mode, :runtime
config :matrix_server, :server_name, "localhost"
config :matrix_server, server_name: "localhost"
config :matrix_server, private_key_file: "keys/id_ed25519"