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

3
.gitignore vendored
View file

@ -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