]> gitweb.ps.run Git - matrix_esp_thesis/commit
add dependencies to repo
authorpatrick-scho <patrick.schoenberger@posteo.de>
Mon, 13 Nov 2023 18:58:33 +0000 (19:58 +0100)
committerpatrick-scho <patrick.schoenberger@posteo.de>
Mon, 13 Nov 2023 18:58:33 +0000 (19:58 +0100)
commitda776f86b42946715c27edd64f7558b9d5080df1
treec7e340bb253bd38f73368baeec7f12e914a39955
parent21c6e8484b0bd05c27e5a91f2884d431926adc61
add dependencies to repo
118 files changed:
ext/mjson/src/mjson.c [new file with mode: 0644]
ext/mjson/src/mjson.h [new file with mode: 0644]
ext/mongoose/mongoose.c [new file with mode: 0644]
ext/mongoose/mongoose.h [new file with mode: 0644]
ext/olm/include/olm/account.hh [new file with mode: 0644]
ext/olm/include/olm/base64.h [new file with mode: 0644]
ext/olm/include/olm/base64.hh [new file with mode: 0644]
ext/olm/include/olm/cipher.h [new file with mode: 0644]
ext/olm/include/olm/crypto.h [new file with mode: 0644]
ext/olm/include/olm/error.h [new file with mode: 0644]
ext/olm/include/olm/inbound_group_session.h [new file with mode: 0644]
ext/olm/include/olm/list.hh [new file with mode: 0644]
ext/olm/include/olm/megolm.h [new file with mode: 0644]
ext/olm/include/olm/memory.h [new file with mode: 0644]
ext/olm/include/olm/memory.hh [new file with mode: 0644]
ext/olm/include/olm/message.h [new file with mode: 0644]
ext/olm/include/olm/message.hh [new file with mode: 0644]
ext/olm/include/olm/olm.h [new file with mode: 0644]
ext/olm/include/olm/olm.hh [new file with mode: 0644]
ext/olm/include/olm/olm_export.h [new file with mode: 0644]
ext/olm/include/olm/outbound_group_session.h [new file with mode: 0644]
ext/olm/include/olm/pickle.h [new file with mode: 0644]
ext/olm/include/olm/pickle.hh [new file with mode: 0644]
ext/olm/include/olm/pickle_encoding.h [new file with mode: 0644]
ext/olm/include/olm/pk.h [new file with mode: 0644]
ext/olm/include/olm/ratchet.hh [new file with mode: 0644]
ext/olm/include/olm/sas.h [new file with mode: 0644]
ext/olm/include/olm/session.hh [new file with mode: 0644]
ext/olm/include/olm/utility.hh [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/README.md [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/aes.c [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/aes.h [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/aes_test.c [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/arcfour.c [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/arcfour.h [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/arcfour_test.c [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/base64.c [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/base64.h [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/base64_test.c [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/blowfish.c [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/blowfish.h [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/blowfish_test.c [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/des.c [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/des.h [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/des_test.c [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/md2.c [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/md2.h [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/md2_test.c [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/md5.c [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/md5.h [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/md5_test.c [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/rot-13.c [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/rot-13.h [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/rot-13_test.c [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/sha1.c [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/sha1.h [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/sha1_test.c [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/sha256.c [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/sha256.h [new file with mode: 0644]
ext/olm/lib/crypto-algorithms/sha256_test.c [new file with mode: 0644]
ext/olm/lib/curve25519-donna.h [new file with mode: 0644]
ext/olm/lib/curve25519-donna/.gitignore [new file with mode: 0644]
ext/olm/lib/curve25519-donna/LICENSE.md [new file with mode: 0644]
ext/olm/lib/curve25519-donna/Makefile [new file with mode: 0644]
ext/olm/lib/curve25519-donna/README [new file with mode: 0644]
ext/olm/lib/curve25519-donna/contrib/Curve25519Donna.c [new file with mode: 0644]
ext/olm/lib/curve25519-donna/contrib/Curve25519Donna.h [new file with mode: 0644]
ext/olm/lib/curve25519-donna/contrib/Curve25519Donna.java [new file with mode: 0644]
ext/olm/lib/curve25519-donna/contrib/make-snippets [new file with mode: 0644]
ext/olm/lib/curve25519-donna/curve25519-donna-c64.c [new file with mode: 0644]
ext/olm/lib/curve25519-donna/curve25519-donna.c [new file with mode: 0644]
ext/olm/lib/curve25519-donna/curve25519-donna.podspec [new file with mode: 0644]
ext/olm/lib/curve25519-donna/setup.py [new file with mode: 0644]
ext/olm/lib/curve25519-donna/speed-curve25519.c [new file with mode: 0644]
ext/olm/lib/curve25519-donna/test-curve25519.c [new file with mode: 0644]
ext/olm/lib/curve25519-donna/test-noncanon.c [new file with mode: 0644]
ext/olm/lib/curve25519-donna/test-sc-curve25519.c [new file with mode: 0644]
ext/olm/lib/curve25519-donna/test-sc-curve25519.s [new file with mode: 0644]
ext/olm/lib/ed25519/ed25519_32.dll [new file with mode: 0644]
ext/olm/lib/ed25519/ed25519_64.dll [new file with mode: 0644]
ext/olm/lib/ed25519/readme.md [new file with mode: 0644]
ext/olm/lib/ed25519/src/add_scalar.c [new file with mode: 0644]
ext/olm/lib/ed25519/src/ed25519.h [new file with mode: 0644]
ext/olm/lib/ed25519/src/fe.c [new file with mode: 0644]
ext/olm/lib/ed25519/src/fe.h [new file with mode: 0644]
ext/olm/lib/ed25519/src/fixedint.h [new file with mode: 0644]
ext/olm/lib/ed25519/src/ge.c [new file with mode: 0644]
ext/olm/lib/ed25519/src/ge.h [new file with mode: 0644]
ext/olm/lib/ed25519/src/key_exchange.c [new file with mode: 0644]
ext/olm/lib/ed25519/src/keypair.c [new file with mode: 0644]
ext/olm/lib/ed25519/src/precomp_data.h [new file with mode: 0644]
ext/olm/lib/ed25519/src/sc.c [new file with mode: 0644]
ext/olm/lib/ed25519/src/sc.h [new file with mode: 0644]
ext/olm/lib/ed25519/src/seed.c [new file with mode: 0644]
ext/olm/lib/ed25519/src/sha512.c [new file with mode: 0644]
ext/olm/lib/ed25519/src/sha512.h [new file with mode: 0644]
ext/olm/lib/ed25519/src/sign.c [new file with mode: 0644]
ext/olm/lib/ed25519/src/verify.c [new file with mode: 0644]
ext/olm/lib/ed25519/test.c [new file with mode: 0644]
ext/olm/src/account.cpp [new file with mode: 0644]
ext/olm/src/base64.cpp [new file with mode: 0644]
ext/olm/src/cipher.cpp [new file with mode: 0644]
ext/olm/src/crypto.cpp [new file with mode: 0644]
ext/olm/src/ed25519.c [new file with mode: 0644]
ext/olm/src/error.c [new file with mode: 0644]
ext/olm/src/inbound_group_session.c [new file with mode: 0644]
ext/olm/src/megolm.c [new file with mode: 0644]
ext/olm/src/memory.cpp [new file with mode: 0644]
ext/olm/src/message.cpp [new file with mode: 0644]
ext/olm/src/olm.cpp [new file with mode: 0644]
ext/olm/src/outbound_group_session.c [new file with mode: 0644]
ext/olm/src/pickle.cpp [new file with mode: 0644]
ext/olm/src/pickle_encoding.c [new file with mode: 0644]
ext/olm/src/pk.cpp [new file with mode: 0644]
ext/olm/src/ratchet.cpp [new file with mode: 0644]
ext/olm/src/sas.c [new file with mode: 0644]
ext/olm/src/session.cpp [new file with mode: 0644]
ext/olm/src/utility.cpp [new file with mode: 0644]