Add function to sign event
Add signing server to perform signing Add enacl library to perform ed25519 crypto
This commit is contained in:
parent
0c40c26bca
commit
38af22fea6
11 changed files with 124 additions and 19 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue