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
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -26,3 +26,6 @@ matrix_server-*.tar
|
|||
# we ignore priv/static. You may want to comment
|
||||
# this depending on your deployment strategy.
|
||||
/priv/static/
|
||||
|
||||
keys/*
|
||||
!keys/.keep
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue